#872A72

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

Shades of Dark Purple #872A72

Tints of Dark Purple #872A72

Color information

#872A72 (or 0x872A72) is unknown color: approx Dark Purple. HEX triplet: 87, 2A and 72. RGB value is (135,42,114). Sum of RGB (Red+Green+Blue) = 135+42+114=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #872A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A72 is #78D58D. Grayscale: #4D4D4D. Windows color (decimal): -7918990 or 7481991. OLE color: 7481991.

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

Color convert

RGB13542114-
CMYK00.690.160.47
HSL313.55º52.54%34.71%-
HSV(B)313.55º68.89%52.94%-
XYZ13.868.0216.74-
YUV78.01148.31168.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 42 (16.80% from 255) = 14.43%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=46.39%
G=14.43%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354211400.690.160.47313.5552.5434.71
Hex872A72045102F13a3523
Octal20752162010520574726543
Binary1000011110101011100100100010110000101111100111010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872A72; }

 p { color: rgb(135,42,114); }

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

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

 a { background-color: rgb(135,42,114); }

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

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

 span { border-color: rgb(135,42,114); }

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