Html Css Color HEX #871376 Dark Purple

📋 copy color: '#871376'

red 135 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #871376

Tints of Dark Purple #871376

RGB

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

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

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

R = 49.63%
G = 6.99%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#871376 (or 0x871376) is known color: Dark Purple. HEX triplet: 87, 13 and 76. RGB value is (135,19,118). Sum of RGB (Red+Green+Blue) = 135+19+118=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #871376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871376 is #78EC89. Grayscale: #404040. Windows color (decimal): -7924874 or 7738247. OLE color: 7738247.

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

Color convert

RGB 135 19 118 -
CMYK 0 0.86 0.13 0.47
HSL 308.79º 0.75% 0.3% -
HSV(B) 308.79º 0.86% 0.53% -
XYZ 13.49 6.92 17.76 -
YUV 64.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 135 19 118 0 0.86 0.13 0.47 308.79 0.75 0.3
Hex 87 13 76 0 56 D 2F 135 4B 1E
Octal 207 23 166 0 126 15 57 465 113 36
Binary 10000111 10011 1110110 0 1010110 1101 101111 100110101 1001011 11110

Color Harmonies of #871376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871376

Black with #871376

Text Example


Text Example

White with #871376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871376; }

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

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

background-color css

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

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

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

border-color css

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

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

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