Html Css Color HEX #872987 Dark Purple

📋 copy color: '#872987'

red 135 ◦ green 41 ◦ blue 135

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

Shades of Dark Purple #872987

Tints of Dark Purple #872987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

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

R = 43.41%
G = 13.18%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#872987 (or 0x872987) is known color: Dark Purple. HEX triplet: 87, 29 and 87. RGB value is (135,41,135). Sum of RGB (Red+Green+Blue) = 135+41+135=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #872987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872987 is #78D678. Grayscale: #4F4F4F. Windows color (decimal): -7919225 or 8857991. OLE color: 8857991.

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

Color convert

RGB 135 41 135 -
CMYK 0 0.70 0 0.47
HSL 300º 0.53% 0.35% -
HSV(B) 300º 0.7% 0.53% -
XYZ 15.16 8.49 23.76 -
YUV 79.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 135 41 135 0 0.70 0 0.47 300 0.53 0.35
Hex 87 29 87 0 46 0 2F 12C 35 23
Octal 207 51 207 0 106 0 57 454 65 43
Binary 10000111 101001 10000111 0 1000110 0 101111 100101100 110101 100011

Color Harmonies of #872987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872987

Black with #872987

Text Example


Text Example

White with #872987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872987; }

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

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

background-color css

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

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

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

border-color css

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

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

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