#78166E

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

Shades of Dark Purple #78166E

Tints of Dark Purple #78166E

Color information

#78166E (or 0x78166E) is unknown color: approx Dark Purple. HEX triplet: 78, 16 and 6E. RGB value is (120,22,110). Sum of RGB (Red+Green+Blue) = 120+22+110=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78166E is #87E991. Grayscale: #3D3D3D. Windows color (decimal): -8907154 or 7214712. OLE color: 7214712.

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

Color convert

RGB12022110-
CMYK00.820.080.53
HSL306.12º69.01%27.84%-
HSV(B)306.12º81.67%47.06%-
XYZ10.855.6915.28-
YUV61.33155.47169.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=47.62%
G=8.73%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202211000.820.080.53306.1269.0127.84
Hex78166E052835132451c
Octal170261560122106546210534
Binary1111000101101101110010100101000110101100110010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,22,110); }

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

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

 a { background-color: rgb(120,22,110); }

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

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

 span { border-color: rgb(120,22,110); }

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