Html Css Color HEX #871F87 Dark Purple

📋 copy color: '#871F87'

red 135 ◦ green 31 ◦ blue 135

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

Shades of Dark Purple #871F87

Tints of Dark Purple #871F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.3%

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

R = 44.85%
G = 10.3%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#871F87 (or 0x871F87) is known color: Dark Purple. HEX triplet: 87, 1F and 87. RGB value is (135,31,135). Sum of RGB (Red+Green+Blue) = 135+31+135=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #871F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871F87 is #78E078. Grayscale: #494949. Windows color (decimal): -7921785 or 8855431. OLE color: 8855431.

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

Color convert

RGB 135 31 135 -
CMYK 0 0.77 0 0.47
HSL 300º 0.63% 0.33% -
HSV(B) 300º 0.77% 0.53% -
XYZ 14.85 7.88 23.66 -
YUV 73.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 135 31 135 0 0.77 0 0.47 300 0.63 0.33
Hex 87 1F 87 0 4D 0 2F 12C 3F 21
Octal 207 37 207 0 115 0 57 454 77 41
Binary 10000111 11111 10000111 0 1001101 0 101111 100101100 111111 100001

Color Harmonies of #871F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F87

Black with #871F87

Text Example


Text Example

White with #871F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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