#872780

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

Shades of Dark Purple #872780

Tints of Dark Purple #872780

Color information

#872780 (or 0x872780) is unknown color: approx Dark Purple. HEX triplet: 87, 27 and 80. RGB value is (135,39,128). Sum of RGB (Red+Green+Blue) = 135+39+128=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #872780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872780 is #78D87F. Grayscale: #4D4D4D. Windows color (decimal): -7919744 or 8398727. OLE color: 8398727.

HSL color Cylindrical-coordinate representation of color #872780: hue angle of 304.38º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #872780 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13539128-
CMYK00.710.050.47
HSL304.38º55.17%34.12%-
HSV(B)304.38º71.11%52.94%-
XYZ14.618.1621.23-
YUV77.85156.3168.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 128 (50.39% from 255) = 42.38%
R=44.70%
G=12.91%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353912800.710.050.47304.3855.1734.12
Hex87278004752F1303722
Octal2074720001075574606742
Binary100001111001111000000001000111101101111100110000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872780; }

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

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

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

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

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

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

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

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