#870584

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

Shades of Dark Magenta #870584

Tints of Dark Magenta #870584

Color information

#870584 (or 0x870584) is unknown color: approx Dark Magenta. HEX triplet: 87, 05 and 84. RGB value is (135,5,132). Sum of RGB (Red+Green+Blue) = 135+5+132=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #870584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870584 is #78FA7B. Grayscale: #393939. Windows color (decimal): -7928444 or 8652167. OLE color: 8652167.

HSL color Cylindrical-coordinate representation of color #870584: hue angle of 301.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870584 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB1355132-
CMYK00.960.020.47
HSL301.38º92.86%27.45%-
HSV(B)301.38º96.3%52.94%-
XYZ14.216.9322.42-
YUV58.35169.57182.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 132 (51.95% from 255) = 48.53%
R=49.63%
G=1.84%
B=48.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135513200.960.020.47301.3892.8627.45
Hex8758406022F12d5d1b
Octal2075204014025745513533
Binary10000111101100001000110000010101111100101101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870584; }

 p { color: rgb(135,5,132); }

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

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

 a { background-color: rgb(135,5,132); }

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

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

 span { border-color: rgb(135,5,132); }

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