Html Css Color HEX #871377 Dark Purple

📋 copy color: '#871377'

red 135 ◦ green 19 ◦ blue 119

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

Shades of Dark Purple #871377

Tints of Dark Purple #871377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 49.45%
G = 6.96%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#871377 (or 0x871377) is known color: Dark Purple. HEX triplet: 87, 13 and 77. RGB value is (135,19,119). Sum of RGB (Red+Green+Blue) = 135+19+119=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #871377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871377 is #78EC88. Grayscale: #404040. Windows color (decimal): -7924873 or 7803783. OLE color: 7803783.

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

Color convert

RGB 135 19 119 -
CMYK 0 0.86 0.12 0.47
HSL 308.28º 0.75% 0.3% -
HSV(B) 308.28º 0.86% 0.53% -
XYZ 13.55 6.95 18.08 -
YUV 65.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 135 19 119 0 0.86 0.12 0.47 308.28 0.75 0.3
Hex 87 13 77 0 56 C 2F 134 4B 1E
Octal 207 23 167 0 126 14 57 464 113 36
Binary 10000111 10011 1110111 0 1010110 1100 101111 100110100 1001011 11110

Color Harmonies of #871377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871377

Black with #871377

Text Example


Text Example

White with #871377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871377; }

 p { color: rgb(135,19,119); }

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

background-color css

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

 a { background-color: rgb(135,19,119); }

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

border-color css

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

 span { border-color: rgb(135,19,119); }

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