Html Css Color HEX #870684 Dark Magenta

📋 copy color: '#870684'

red 135 ◦ green 6 ◦ blue 132

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

Shades of Dark Magenta #870684

Tints of Dark Magenta #870684

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 132 (51.95% from 255) = 48.35%

R = 49.45%
G = 2.2%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#870684 (or 0x870684) is known color: Dark Magenta. HEX triplet: 87, 06 and 84. RGB value is (135,6,132). Sum of RGB (Red+Green+Blue) = 135+6+132=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #870684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870684 is #78F97B. Grayscale: #3A3A3A. Windows color (decimal): -7928188 or 8652423. OLE color: 8652423.

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

Color convert

RGB 135 6 132 -
CMYK 0 0.96 0.02 0.47
HSL 301.4º 0.91% 0.28% -
HSV(B) 301.4º 0.96% 0.53% -
XYZ 14.22 6.95 22.42 -
YUV 58.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 135 6 132 0 0.96 0.02 0.47 301.4 0.91 0.28
Hex 87 6 84 0 60 2 2F 12D 5B 1C
Octal 207 6 204 0 140 2 57 455 133 34
Binary 10000111 110 10000100 0 1100000 10 101111 100101101 1011011 11100

Color Harmonies of #870684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870684

Black with #870684

Text Example


Text Example

White with #870684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870684; }

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

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

background-color css

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

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

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

border-color css

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

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

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