#78116C

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

Shades of Dark Purple #78116C

Tints of Dark Purple #78116C

Color information

#78116C (or 0x78116C) is unknown color: approx Dark Purple. HEX triplet: 78, 11 and 6C. RGB value is (120,17,108). Sum of RGB (Red+Green+Blue) = 120+17+108=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78116C is #87EE93. Grayscale: #393939. Windows color (decimal): -8908436 or 7082360. OLE color: 7082360.

HSL color Cylindrical-coordinate representation of color #78116C: hue angle of 306.99º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78116C is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12017108-
CMYK00.860.100.53
HSL306.99º75.18%26.86%-
HSV(B)306.99º85.83%47.06%-
XYZ10.655.4814.68-
YUV58.17156.12172.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=48.98%
G=6.94%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201710800.860.100.53306.9975.1826.86
Hex78116C056A351334b1b
Octal170211540126126546311333
Binary1111000100011101100010101101010110101100110011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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