#741689

Color #741689 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #741689

Tints of Purple #741689

Color information

#741689 (or 0x741689) is unknown color: approx Purple. HEX triplet: 74, 16 and 89. RGB value is (116,22,137). Sum of RGB (Red+Green+Blue) = 116+22+137=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #741689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741689 is #8BE976. Grayscale: #3E3E3E. Windows color (decimal): -9169271 or 8984180. OLE color: 8984180.

HSL color Cylindrical-coordinate representation of color #741689: hue angle of 289.04º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741689 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11622137-
CMYK0.150.8400.46
HSL289.04º72.33%31.18%-
HSV(B)289.04º83.94%53.73%-
XYZ126.0924.21-
YUV63.22169.64165.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 137 (53.91% from 255) = 49.82%
R=42.18%
G=8%
B=49.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116221370.150.8400.46289.0472.3331.18
Hex741689F5402E121481f
Octal164262111712405644111037
Binary11101001011010001001111110101000101110100100001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741689; }

 p { color: rgb(116,22,137); }

 H1.HeaderClassName
 {
   color: #741689;
 }
 .AnyTagClassName
 {
   color: #741689;
 }
</style>
background-color css

<style>
 a { background-color: #741689; }

 a { background-color: rgb(116,22,137); }

 div.DivClassName
 {
   background-color: #741689;
 }
 .BgClassName
 {
   background-color: #741689;
 }
</style>
border-color css

<style>
 span { border-color: #741689; }

 span { border-color: rgb(116,22,137); }

 td.TdClassName
 {
   border-color: #741689;
 }
 .TagClassName
 {
   border-color: #741689;
 }
</style>