#77206C

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

Shades of Dark Purple #77206C

Tints of Dark Purple #77206C

Color information

#77206C (or 0x77206C) is unknown color: approx Dark Purple. HEX triplet: 77, 20 and 6C. RGB value is (119,32,108). Sum of RGB (Red+Green+Blue) = 119+32+108=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77206C is #88DF93. Grayscale: #424242. Windows color (decimal): -8970132 or 7086199. OLE color: 7086199.

HSL color Cylindrical-coordinate representation of color #77206C: hue angle of 307.59º 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 #77206C is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11932108-
CMYK00.730.090.53
HSL307.59º57.62%29.61%-
HSV(B)307.59º73.11%46.67%-
XYZ10.836.0414.78-
YUV66.68151.32165.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 32 (12.89% from 255) = 12.36%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=45.95%
G=12.36%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193210800.730.090.53307.5957.6229.61
Hex77206C0499351343a1e
Octal16740154011111654647236
Binary1110111100000110110001001001100111010110011010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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