Html Css Color HEX #871971 Dark Purple

📋 copy color: '#871971'

red 135 ◦ green 25 ◦ blue 113

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

Shades of Dark Purple #871971

Tints of Dark Purple #871971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

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

R = 49.45%
G = 9.16%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#871971 (or 0x871971) is known color: Dark Purple. HEX triplet: 87, 19 and 71. RGB value is (135,25,113). Sum of RGB (Red+Green+Blue) = 135+25+113=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #871971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871971 is #78E68E. Grayscale: #434343. Windows color (decimal): -7923343 or 7412103. OLE color: 7412103.

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

Color convert

RGB 135 25 113 -
CMYK 0 0.81 0.16 0.47
HSL 312º 0.69% 0.31% -
HSV(B) 312º 0.81% 0.53% -
XYZ 13.32 7.04 16.28 -
YUV 67.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 135 25 113 0 0.81 0.16 0.47 312 0.69 0.31
Hex 87 19 71 0 51 10 2F 138 45 1F
Octal 207 31 161 0 121 20 57 470 105 37
Binary 10000111 11001 1110001 0 1010001 10000 101111 100111000 1000101 11111

Color Harmonies of #871971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871971

Black with #871971

Text Example


Text Example

White with #871971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871971; }

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

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

background-color css

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

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

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

border-color css

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

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

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