#812571

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

Shades of Dark Purple #812571

Tints of Dark Purple #812571

Color information

#812571 (or 0x812571) is unknown color: approx Dark Purple. HEX triplet: 81, 25 and 71. RGB value is (129,37,113). Sum of RGB (Red+Green+Blue) = 129+37+113=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #812571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812571 is #7EDA8E. Grayscale: #484848. Windows color (decimal): -8313487 or 7415169. OLE color: 7415169.

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

Color convert

RGB12937113-
CMYK00.710.120.49
HSL310.43º55.42%32.55%-
HSV(B)310.43º71.32%50.59%-
XYZ12.77.1816.34-
YUV73.17150.48167.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=46.24%
G=13.26%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293711300.710.120.49310.4355.4232.55
Hex812571047C311363721
Octal20145161010714614666741
Binary100000011001011110001010001111100110001100110110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812571; }

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

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

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

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

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

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

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

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