#872C81

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

Shades of Dark Purple #872C81

Tints of Dark Purple #872C81

Color information

#872C81 (or 0x872C81) is unknown color: approx Dark Purple. HEX triplet: 87, 2C and 81. RGB value is (135,44,129). Sum of RGB (Red+Green+Blue) = 135+44+129=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #872C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872C81 is #78D37E. Grayscale: #505050. Windows color (decimal): -7918463 or 8465543. OLE color: 8465543.

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

Color convert

RGB13544129-
CMYK00.670.040.47
HSL303.96º50.84%35.1%-
HSV(B)303.96º67.41%52.94%-
XYZ14.858.5421.63-
YUV80.9155.15166.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 44 (17.58% from 255) = 14.29%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=43.83%
G=14.29%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354412900.670.040.47303.9650.8435.1
Hex872C8104342F1303323
Octal2075420101034574606343
Binary100001111011001000000101000011100101111100110000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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