#872F80

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

Shades of Dark Purple #872F80

Tints of Dark Purple #872F80

Color information

#872F80 (or 0x872F80) is unknown color: approx Dark Purple. HEX triplet: 87, 2F and 80. RGB value is (135,47,128). Sum of RGB (Red+Green+Blue) = 135+47+128=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #872F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872F80 is #78D07F. Grayscale: #525252. Windows color (decimal): -7917696 or 8400775. OLE color: 8400775.

HSL color Cylindrical-coordinate representation of color #872F80: hue angle of 304.77º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F80 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13547128-
CMYK00.650.050.47
HSL304.77º48.35%35.69%-
HSV(B)304.77º65.19%52.94%-
XYZ14.98.7421.32-
YUV82.55153.65165.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 47 (18.75% from 255) = 15.16%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=43.55%
G=15.16%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354712800.650.050.47304.7748.3535.69
Hex872F8004152F1313024
Octal2075720001015574616044
Binary100001111011111000000001000001101101111100110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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