Html Css Color HEX #871171 Dark Purple

📋 copy color: '#871171'

red 135 ◦ green 17 ◦ blue 113

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

Shades of Dark Purple #871171

Tints of Dark Purple #871171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 50.94%
G = 6.42%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#871171 (or 0x871171) is known color: Dark Purple. HEX triplet: 87, 11 and 71. RGB value is (135,17,113). Sum of RGB (Red+Green+Blue) = 135+17+113=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #871171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871171 is #78EE8E. Grayscale: #3E3E3E. Windows color (decimal): -7925391 or 7410055. OLE color: 7410055.

HSL color Cylindrical-coordinate representation of color #871171: hue angle of 311.19º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871171 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 17 113 -
CMYK 0 0.87 0.16 0.47
HSL 311.19º 0.78% 0.3% -
HSV(B) 311.19º 0.87% 0.53% -
XYZ 13.17 6.74 16.23 -
YUV 63.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 135 17 113 0 0.87 0.16 0.47 311.19 0.78 0.3
Hex 87 11 71 0 57 10 2F 137 4E 1E
Octal 207 21 161 0 127 20 57 467 116 36
Binary 10000111 10001 1110001 0 1010111 10000 101111 100110111 1001110 11110

Color Harmonies of #871171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871171

Black with #871171

Text Example


Text Example

White with #871171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871171; }

 p { color: rgb(135,17,113); }

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

background-color css

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

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

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

border-color css

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

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

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