Html Css Color HEX #870487 Dark Magenta

📋 copy color: '#870487'

red 135 ◦ green 4 ◦ blue 135

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

Shades of Dark Magenta #870487

Tints of Dark Magenta #870487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

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

R = 49.27%
G = 1.46%
B = 49.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#870487 (or 0x870487) is known color: Dark Magenta. HEX triplet: 87, 04 and 87. RGB value is (135,4,135). Sum of RGB (Red+Green+Blue) = 135+4+135=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #870487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870487 is #78FB78. Grayscale: #393939. Windows color (decimal): -7928697 or 8848519. OLE color: 8848519.

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

Color convert

RGB 135 4 135 -
CMYK 0 0.97 0 0.47
HSL 300º 0.94% 0.27% -
HSV(B) 300º 0.97% 0.53% -
XYZ 14.41 6.99 23.51 -
YUV 58.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 135 4 135 0 0.97 0 0.47 300 0.94 0.27
Hex 87 4 87 0 61 0 2F 12C 5E 1B
Octal 207 4 207 0 141 0 57 454 136 33
Binary 10000111 100 10000111 0 1100001 0 101111 100101100 1011110 11011

Color Harmonies of #870487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870487

Black with #870487

Text Example


Text Example

White with #870487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870487; }

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

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

background-color css

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

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

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

border-color css

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

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

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