#872472

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

Shades of Dark Purple #872472

Tints of Dark Purple #872472

Color information

#872472 (or 0x872472) is unknown color: approx Dark Purple. HEX triplet: 87, 24 and 72. RGB value is (135,36,114). Sum of RGB (Red+Green+Blue) = 135+36+114=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #872472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872472 is #78DB8D. Grayscale: #4A4A4A. Windows color (decimal): -7920526 or 7480455. OLE color: 7480455.

HSL color Cylindrical-coordinate representation of color #872472: hue angle of 312.73º degrees, saturation: 0.58, 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 #872472 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13536114-
CMYK00.730.160.47
HSL312.73º57.89%33.53%-
HSV(B)312.73º73.33%52.94%-
XYZ13.667.6316.67-
YUV74.49150.3171.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 114 (44.92% from 255) = 40%
R=47.37%
G=12.63%
B=40%

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
Decimal1353611400.730.160.47312.7357.8933.53
Hex872472049102F1393a22
Octal20744162011120574717242
Binary1000011110010011100100100100110000101111100111001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872472; }

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

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

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

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

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

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

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

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