#78206A

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

Shades of Dark Purple #78206A

Tints of Dark Purple #78206A

Color information

#78206A (or 0x78206A) is unknown color: approx Dark Purple. HEX triplet: 78, 20 and 6A. RGB value is (120,32,106). Sum of RGB (Red+Green+Blue) = 120+32+106=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #78206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78206A is #87DF95. Grayscale: #424242. Windows color (decimal): -8904598 or 6955128. OLE color: 6955128.

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

Color convert

RGB12032106-
CMYK00.730.120.53
HSL309.55º57.89%29.8%-
HSV(B)309.55º73.33%47.06%-
XYZ10.866.0714.23-
YUV66.75150.15165.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=46.51%
G=12.40%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203210600.730.120.53309.5557.8929.8
Hex78206A049C351363a1e
Octal17040152011114654667236
Binary1111000100000110101001001001110011010110011011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78206A; }

 p { color: rgb(120,32,106); }

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

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

 a { background-color: rgb(120,32,106); }

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

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

 span { border-color: rgb(120,32,106); }

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