#872D72

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

Shades of Dark Purple #872D72

Tints of Dark Purple #872D72

Color information

#872D72 (or 0x872D72) is unknown color: approx Dark Purple. HEX triplet: 87, 2D and 72. RGB value is (135,45,114). Sum of RGB (Red+Green+Blue) = 135+45+114=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #872D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D72 is #78D28D. Grayscale: #4F4F4F. Windows color (decimal): -7918222 or 7482759. OLE color: 7482759.

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

Color convert

RGB13545114-
CMYK00.670.160.47
HSL314º50%35.29%-
HSV(B)314º66.67%52.94%-
XYZ13.978.2416.77-
YUV79.78147.32167.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 45 (17.97% from 255) = 15.31%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=45.92%
G=15.31%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354511400.670.160.473145035.29
Hex872D72043102F13a3223
Octal20755162010320574726243
Binary1000011110110111100100100001110000101111100111010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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