#78216E

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

Shades of Dark Purple #78216E

Tints of Dark Purple #78216E

Color information

#78216E (or 0x78216E) is unknown color: approx Dark Purple. HEX triplet: 78, 21 and 6E. RGB value is (120,33,110). Sum of RGB (Red+Green+Blue) = 120+33+110=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78216E is #87DE91. Grayscale: #434343. Windows color (decimal): -8904338 or 7217528. OLE color: 7217528.

HSL color Cylindrical-coordinate representation of color #78216E: hue angle of 306.9º degrees, saturation: 0.57, 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 #78216E is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12033110-
CMYK00.720.080.53
HSL306.9º56.86%30%-
HSV(B)306.9º72.5%47.06%-
XYZ11.16.2115.36-
YUV67.79151.82165.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=45.63%
G=12.55%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203311000.720.080.53306.956.8630
Hex78216E048835133391e
Octal17041156011010654637136
Binary1111000100001110111001001000100011010110011001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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