#78217C

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

Shades of Dark Purple #78217C

Tints of Dark Purple #78217C

Color information

#78217C (or 0x78217C) is unknown color: approx Dark Purple. HEX triplet: 78, 21 and 7C. RGB value is (120,33,124). Sum of RGB (Red+Green+Blue) = 120+33+124=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #78217C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78217C is #87DE83. Grayscale: #454545. Windows color (decimal): -8904324 or 8135032. OLE color: 8135032.

HSL color Cylindrical-coordinate representation of color #78217C: hue angle of 297.36º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78217C is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12033124-
CMYK0.030.7300.51
HSL297.36º57.96%30.78%-
HSV(B)297.36º73.39%48.63%-
XYZ11.936.5419.7-
YUV69.39158.82164.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 33 (13.28% from 255) = 11.91%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=43.32%
G=11.91%
B=44.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120331240.030.7300.51297.3657.9630.78
Hex78217C3490331293a1f
Octal1704117431110634517237
Binary11110001000011111100111001001011001110010100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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