#812078

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

Shades of Dark Purple #812078

Tints of Dark Purple #812078

Color information

#812078 (or 0x812078) is unknown color: approx Dark Purple. HEX triplet: 81, 20 and 78. RGB value is (129,32,120). Sum of RGB (Red+Green+Blue) = 129+32+120=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #812078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812078 is #7EDF87. Grayscale: #464646. Windows color (decimal): -8314760 or 7872641. OLE color: 7872641.

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

Color convert

RGB12932120-
CMYK00.750.070.49
HSL305.57º60.25%31.57%-
HSV(B)305.57º75.19%50.59%-
XYZ12.967.0618.45-
YUV71.04155.64169.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=45.91%
G=11.39%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293212000.750.070.49305.5760.2531.57
Hex81207804B7311323c20
Octal2014017001137614627440
Binary10000001100000111100001001011111110001100110010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812078; }

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

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

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

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

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

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

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

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