#872C85

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

Shades of Dark Purple #872C85

Tints of Dark Purple #872C85

Color information

#872C85 (or 0x872C85) is unknown color: approx Dark Purple. HEX triplet: 87, 2C and 85. RGB value is (135,44,133). Sum of RGB (Red+Green+Blue) = 135+44+133=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #872C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872C85 is #78D37A. Grayscale: #515151. Windows color (decimal): -7918459 or 8727687. OLE color: 8727687.

HSL color Cylindrical-coordinate representation of color #872C85: hue angle of 301.32º degrees, saturation: 0.51, 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 #872C85 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13544133-
CMYK00.670.010.47
HSL301.32º50.84%35.1%-
HSV(B)301.32º67.41%52.94%-
XYZ15.138.6523.06-
YUV81.36157.15166.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 44 (17.58% from 255) = 14.10%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=43.27%
G=14.10%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354413300.670.010.47301.3250.8435.1
Hex872C8504312F12d3323
Octal2075420501031574556343
Binary1000011110110010000101010000111101111100101101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,44,133); }

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

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

 a { background-color: rgb(135,44,133); }

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

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

 span { border-color: rgb(135,44,133); }

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