Html Css Color HEX #871571 Dark Purple

📋 copy color: '#871571'

red 135 ◦ green 21 ◦ blue 113

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

Shades of Dark Purple #871571

Tints of Dark Purple #871571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

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

R = 50.19%
G = 7.81%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#871571 (or 0x871571) is known color: Dark Purple. HEX triplet: 87, 15 and 71. RGB value is (135,21,113). Sum of RGB (Red+Green+Blue) = 135+21+113=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #871571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871571 is #78EA8E. Grayscale: #414141. Windows color (decimal): -7924367 or 7411079. OLE color: 7411079.

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

Color convert

RGB 135 21 113 -
CMYK 0 0.84 0.16 0.47
HSL 311.58º 0.73% 0.31% -
HSV(B) 311.58º 0.84% 0.53% -
XYZ 13.24 6.88 16.25 -
YUV 65.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 135 21 113 0 0.84 0.16 0.47 311.58 0.73 0.31
Hex 87 15 71 0 54 10 2F 138 49 1F
Octal 207 25 161 0 124 20 57 470 111 37
Binary 10000111 10101 1110001 0 1010100 10000 101111 100111000 1001001 11111

Color Harmonies of #871571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871571

Black with #871571

Text Example


Text Example

White with #871571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871571; }

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

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

background-color css

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

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

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

border-color css

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

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

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