Html Css Color HEX #871476 Dark Purple

📋 copy color: '#871476'

red 135 ◦ green 20 ◦ blue 118

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

Shades of Dark Purple #871476

Tints of Dark Purple #871476

RGB

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

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

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

R = 49.45%
G = 7.33%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#871476 (or 0x871476) is known color: Dark Purple. HEX triplet: 87, 14 and 76. RGB value is (135,20,118). Sum of RGB (Red+Green+Blue) = 135+20+118=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #871476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871476 is #78EB89. Grayscale: #414141. Windows color (decimal): -7924618 or 7738503. OLE color: 7738503.

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

Color convert

RGB 135 20 118 -
CMYK 0 0.85 0.13 0.47
HSL 308.87º 0.74% 0.3% -
HSV(B) 308.87º 0.85% 0.53% -
XYZ 13.51 6.96 17.77 -
YUV 65.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 135 20 118 0 0.85 0.13 0.47 308.87 0.74 0.3
Hex 87 14 76 0 55 D 2F 135 4A 1E
Octal 207 24 166 0 125 15 57 465 112 36
Binary 10000111 10100 1110110 0 1010101 1101 101111 100110101 1001010 11110

Color Harmonies of #871476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871476

Black with #871476

Text Example


Text Example

White with #871476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871476; }

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

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

background-color css

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

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

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

border-color css

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

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

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