#872571

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

Shades of Dark Purple #872571

Tints of Dark Purple #872571

Color information

#872571 (or 0x872571) is unknown color: approx Dark Purple. HEX triplet: 87, 25 and 71. RGB value is (135,37,113). Sum of RGB (Red+Green+Blue) = 135+37+113=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #872571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872571 is #78DA8E. Grayscale: #4A4A4A. Windows color (decimal): -7920271 or 7415175. OLE color: 7415175.

HSL color Cylindrical-coordinate representation of color #872571: hue angle of 313.47º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872571 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13537113-
CMYK00.730.160.47
HSL313.47º56.98%33.73%-
HSV(B)313.47º72.59%52.94%-
XYZ13.637.6716.38-
YUV74.97149.47170.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=47.37%
G=12.98%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353711300.730.160.47313.4756.9833.73
Hex872571049102F1393922
Octal20745161011120574717142
Binary1000011110010111100010100100110000101111100111001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872571; }

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

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

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

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

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

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

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

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