Html Css Color HEX #870591 Dark Magenta

📋 copy color: '#870591'

red 135 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #870591

Tints of Dark Magenta #870591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50.88%

R = 47.37%
G = 1.75%
B = 50.88%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#870591 (or 0x870591) is known color: Dark Magenta. HEX triplet: 87, 05 and 91. RGB value is (135,5,145). Sum of RGB (Red+Green+Blue) = 135+5+145=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #870591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870591 is #78FA6E. Grayscale: #3B3B3B. Windows color (decimal): -7928431 or 9504135. OLE color: 9504135.

HSL color Cylindrical-coordinate representation of color #870591: hue angle of 295.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870591 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 5 145 -
CMYK 0.07 0.97 0 0.43
HSL 295.71º 0.93% 0.29% -
HSV(B) 295.71º 0.97% 0.57% -
XYZ 15.16 7.3 27.4 -
YUV 59.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 135 5 145 0.07 0.97 0 0.43 295.71 0.93 0.29
Hex 87 5 91 7 61 0 2B 128 5D 1D
Octal 207 5 221 7 141 0 53 450 135 35
Binary 10000111 101 10010001 111 1100001 0 101011 100101000 1011101 11101

Color Harmonies of #870591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870591

Black with #870591

Text Example


Text Example

White with #870591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870591; }

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

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

background-color css

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

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

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

border-color css

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

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

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