#812478

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

Shades of Dark Purple #812478

Tints of Dark Purple #812478

Color information

#812478 (or 0x812478) is unknown color: approx Dark Purple. HEX triplet: 81, 24 and 78. RGB value is (129,36,120). Sum of RGB (Red+Green+Blue) = 129+36+120=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #812478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812478 is #7EDB87. Grayscale: #494949. Windows color (decimal): -8313736 or 7873665. OLE color: 7873665.

HSL color Cylindrical-coordinate representation of color #812478: hue angle of 305.81º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812478 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB12936120-
CMYK00.720.070.49
HSL305.81º56.36%32.35%-
HSV(B)305.81º72.09%50.59%-
XYZ13.077.2818.49-
YUV73.38154.31167.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=45.26%
G=12.63%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293612000.720.070.49305.8156.3632.35
Hex8124780487311323820
Octal2014417001107614627040
Binary10000001100100111100001001000111110001100110010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812478; }

 p { color: rgb(129,36,120); }

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

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

 a { background-color: rgb(129,36,120); }

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

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

 span { border-color: rgb(129,36,120); }

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