Html Css Color HEX #870587 Dark Magenta

📋 copy color: '#870587'

red 135 ◦ green 5 ◦ blue 135

#870587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #870587

Tints of Dark Magenta #870587

RGB

 RED value IS 135 (53.13% from 255) = 49.09%

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 49.09%
G = 1.82%
B = 49.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#870587 (or 0x870587) is known color: Dark Magenta. HEX triplet: 87, 05 and 87. RGB value is (135,5,135). Sum of RGB (Red+Green+Blue) = 135+5+135=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #870587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870587 is #78FA78. Grayscale: #3A3A3A. Windows color (decimal): -7928441 or 8848775. OLE color: 8848775.

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

Color convert

RGB 135 5 135 -
CMYK 0 0.96 0 0.47
HSL 300º 0.93% 0.27% -
HSV(B) 300º 0.96% 0.53% -
XYZ 14.42 7.01 23.51 -
YUV 58.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 135 5 135 0 0.96 0 0.47 300 0.93 0.27
Hex 87 5 87 0 60 0 2F 12C 5D 1B
Octal 207 5 207 0 140 0 57 454 135 33
Binary 10000111 101 10000111 0 1100000 0 101111 100101100 1011101 11011

Color Harmonies of #870587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870587

Black with #870587

Text Example


Text Example

White with #870587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870587; }

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

 H1.HeaderClassName
 {
   color: #870587;
 }
 .AnyTagClassName
 {
   color: #870587;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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