#872D80

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

Shades of Dark Purple #872D80

Tints of Dark Purple #872D80

Color information

#872D80 (or 0x872D80) is unknown color: approx Dark Purple. HEX triplet: 87, 2D and 80. RGB value is (135,45,128). Sum of RGB (Red+Green+Blue) = 135+45+128=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #872D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872D80 is #78D27F. Grayscale: #515151. Windows color (decimal): -7918208 or 8400263. OLE color: 8400263.

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

Color convert

RGB13545128-
CMYK00.670.050.47
HSL304.67º50%35.29%-
HSV(B)304.67º66.67%52.94%-
XYZ14.838.5921.3-
YUV81.37154.32166.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 45 (17.97% from 255) = 14.61%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=43.83%
G=14.61%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354512800.670.050.47304.675035.29
Hex872D8004352F1313223
Octal2075520001035574616243
Binary100001111011011000000001000011101101111100110001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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