Html Css Color HEX #872087 Dark Purple

📋 copy color: '#872087'

red 135 ◦ green 32 ◦ blue 135

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

Shades of Dark Purple #872087

Tints of Dark Purple #872087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

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

R = 44.7%
G = 10.6%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#872087 (or 0x872087) is known color: Dark Purple. HEX triplet: 87, 20 and 87. RGB value is (135,32,135). Sum of RGB (Red+Green+Blue) = 135+32+135=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #872087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872087 is #78DF78. Grayscale: #4A4A4A. Windows color (decimal): -7921529 or 8855687. OLE color: 8855687.

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

Color convert

RGB 135 32 135 -
CMYK 0 0.76 0 0.47
HSL 300º 0.62% 0.33% -
HSV(B) 300º 0.76% 0.53% -
XYZ 14.88 7.93 23.67 -
YUV 74.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 135 32 135 0 0.76 0 0.47 300 0.62 0.33
Hex 87 20 87 0 4C 0 2F 12C 3E 21
Octal 207 40 207 0 114 0 57 454 76 41
Binary 10000111 100000 10000111 0 1001100 0 101111 100101100 111110 100001

Color Harmonies of #872087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872087

Black with #872087

Text Example


Text Example

White with #872087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872087; }

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

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

background-color css

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

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

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

border-color css

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

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

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