Html Css Color HEX #871576 Dark Purple

📋 copy color: '#871576'

red 135 ◦ green 21 ◦ blue 118

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

Shades of Dark Purple #871576

Tints of Dark Purple #871576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 49.27%
G = 7.66%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#871576 (or 0x871576) is known color: Dark Purple. HEX triplet: 87, 15 and 76. RGB value is (135,21,118). Sum of RGB (Red+Green+Blue) = 135+21+118=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #871576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871576 is #78EA89. Grayscale: #414141. Windows color (decimal): -7924362 or 7738759. OLE color: 7738759.

HSL color Cylindrical-coordinate representation of color #871576: hue angle of 308.95º 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 #871576 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 118 -
CMYK 0 0.84 0.13 0.47
HSL 308.95º 0.73% 0.31% -
HSV(B) 308.95º 0.84% 0.53% -
XYZ 13.53 7 17.78 -
YUV 66.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 135 21 118 0 0.84 0.13 0.47 308.95 0.73 0.31
Hex 87 15 76 0 54 D 2F 135 49 1F
Octal 207 25 166 0 124 15 57 465 111 37
Binary 10000111 10101 1110110 0 1010100 1101 101111 100110101 1001001 11111

Color Harmonies of #871576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871576

Black with #871576

Text Example


Text Example

White with #871576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871576; }

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

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

background-color css

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

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

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

border-color css

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

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

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