#781872

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

Shades of Dark Purple #781872

Tints of Dark Purple #781872

Color information

#781872 (or 0x781872) is unknown color: approx Dark Purple. HEX triplet: 78, 18 and 72. RGB value is (120,24,114). Sum of RGB (Red+Green+Blue) = 120+24+114=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #781872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781872 is #87E78D. Grayscale: #3E3E3E. Windows color (decimal): -8906638 or 7477368. OLE color: 7477368.

HSL color Cylindrical-coordinate representation of color #781872: hue angle of 303.75º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781872 is Cyan = 0, Magento = 0.8, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12024114-
CMYK00.80.050.53
HSL303.75º66.67%28.24%-
HSV(B)303.75º80%47.06%-
XYZ11.115.8616.47-
YUV62.96156.8168.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=46.51%
G=9.30%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202411400.80.050.53303.7566.6728.24
Hex781872050535130431c
Octal17030162012056546010334
Binary111100011000111001001010000101110101100110000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781872; }

 p { color: rgb(120,24,114); }

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

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

 a { background-color: rgb(120,24,114); }

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

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

 span { border-color: rgb(120,24,114); }

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