#77206E

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

Shades of Dark Purple #77206E

Tints of Dark Purple #77206E

Color information

#77206E (or 0x77206E) is unknown color: approx Dark Purple. HEX triplet: 77, 20 and 6E. RGB value is (119,32,110). Sum of RGB (Red+Green+Blue) = 119+32+110=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77206E is #88DF91. Grayscale: #424242. Windows color (decimal): -8970130 or 7217271. OLE color: 7217271.

HSL color Cylindrical-coordinate representation of color #77206E: hue angle of 306.21º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77206E is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11932110-
CMYK00.730.080.53
HSL306.21º57.62%29.61%-
HSV(B)306.21º73.11%46.67%-
XYZ10.946.0815.35-
YUV66.9152.32165.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=45.59%
G=12.26%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193211000.730.080.53306.2157.6229.61
Hex77206E0498351323a1e
Octal16740156011110654627236
Binary1110111100000110111001001001100011010110011001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77206E; }

 p { color: rgb(119,32,110); }

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

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

 a { background-color: rgb(119,32,110); }

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

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

 span { border-color: rgb(119,32,110); }

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