#812871

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

Shades of Dark Purple #812871

Tints of Dark Purple #812871

Color information

#812871 (or 0x812871) is unknown color: approx Dark Purple. HEX triplet: 81, 28 and 71. RGB value is (129,40,113). Sum of RGB (Red+Green+Blue) = 129+40+113=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #812871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812871 is #7ED78E. Grayscale: #4A4A4A. Windows color (decimal): -8312719 or 7415937. OLE color: 7415937.

HSL color Cylindrical-coordinate representation of color #812871: hue angle of 310.79º 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 #812871 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB12940113-
CMYK00.690.120.49
HSL310.79º52.66%33.14%-
HSV(B)310.79º68.99%50.59%-
XYZ12.797.3816.37-
YUV74.93149.49166.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=45.74%
G=14.18%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294011300.690.120.49310.7952.6633.14
Hex812871045C311373521
Octal20150161010514614676541
Binary100000011010001110001010001011100110001100110111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812871; }

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

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

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

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

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

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

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

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