Html Css Color HEX #871471 Dark Purple

📋 copy color: '#871471'

red 135 ◦ green 20 ◦ blue 113

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

Shades of Dark Purple #871471

Tints of Dark Purple #871471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 50.37%
G = 7.46%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#871471 (or 0x871471) is known color: Dark Purple. HEX triplet: 87, 14 and 71. RGB value is (135,20,113). Sum of RGB (Red+Green+Blue) = 135+20+113=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #871471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871471 is #78EB8E. Grayscale: #404040. Windows color (decimal): -7924623 or 7410823. OLE color: 7410823.

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

Color convert

RGB 135 20 113 -
CMYK 0 0.85 0.16 0.47
HSL 311.48º 0.74% 0.3% -
HSV(B) 311.48º 0.85% 0.53% -
XYZ 13.22 6.84 16.25 -
YUV 64.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 135 20 113 0 0.85 0.16 0.47 311.48 0.74 0.3
Hex 87 14 71 0 55 10 2F 137 4A 1E
Octal 207 24 161 0 125 20 57 467 112 36
Binary 10000111 10100 1110001 0 1010101 10000 101111 100110111 1001010 11110

Color Harmonies of #871471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871471

Black with #871471

Text Example


Text Example

White with #871471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871471; }

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

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

background-color css

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

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

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

border-color css

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

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

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