#812878

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

Shades of Dark Purple #812878

Tints of Dark Purple #812878

Color information

#812878 (or 0x812878) is unknown color: approx Dark Purple. HEX triplet: 81, 28 and 78. RGB value is (129,40,120). Sum of RGB (Red+Green+Blue) = 129+40+120=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #812878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812878 is #7ED787. Grayscale: #4B4B4B. Windows color (decimal): -8312712 or 7874689. OLE color: 7874689.

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

Color convert

RGB12940120-
CMYK00.690.070.49
HSL306.07º52.66%33.14%-
HSV(B)306.07º68.99%50.59%-
XYZ13.27.5418.53-
YUV75.73152.99166-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=44.64%
G=13.84%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294012000.690.070.49306.0752.6633.14
Hex8128780457311323521
Octal2015017001057614626541
Binary10000001101000111100001000101111110001100110010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812878; }

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

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

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

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

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

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

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

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