#78206c

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

Shades of Dark Purple #78206C

Tints of Dark Purple #78206C

Color information

#78206C (or 0x78206C) is unknown color: approx Dark Purple. HEX triplet: 78, 20 and 6C. RGB value is (120,32,108). Sum of RGB (Red+Green+Blue) = 120+32+108=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #78206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78206C is #87DF93. Grayscale: #424242. Windows color (decimal): -8904596 or 7086200. OLE color: 7086200.

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

Color convert

RGB12032108-
CMYK00.730.100.53
HSL308.18º57.89%29.8%-
HSV(B)308.18º73.33%47.06%-
XYZ10.976.1114.79-
YUV66.98151.15165.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=46.15%
G=12.31%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203210800.730.100.53308.1857.8929.8
Hex78206C049A351343a1e
Octal17040154011112654647236
Binary1111000100000110110001001001101011010110011010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78206c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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