Html Css Color HEX #871F76 Dark Purple

📋 copy color: '#871F76'

red 135 ◦ green 31 ◦ blue 118

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

Shades of Dark Purple #871F76

Tints of Dark Purple #871F76

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

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

R = 47.54%
G = 10.92%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#871F76 (or 0x871F76) is known color: Dark Purple. HEX triplet: 87, 1F and 76. RGB value is (135,31,118). Sum of RGB (Red+Green+Blue) = 135+31+118=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #871F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871F76 is #78E089. Grayscale: #474747. Windows color (decimal): -7921802 or 7741319. OLE color: 7741319.

HSL color Cylindrical-coordinate representation of color #871F76: hue angle of 309.81º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F76 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 31 118 -
CMYK 0 0.77 0.13 0.47
HSL 309.81º 0.63% 0.33% -
HSV(B) 309.81º 0.77% 0.53% -
XYZ 13.75 7.44 17.85 -
YUV 72.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 135 31 118 0 0.77 0.13 0.47 309.81 0.63 0.33
Hex 87 1F 76 0 4D D 2F 136 3F 21
Octal 207 37 166 0 115 15 57 466 77 41
Binary 10000111 11111 1110110 0 1001101 1101 101111 100110110 111111 100001

Color Harmonies of #871F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F76

Black with #871F76

Text Example


Text Example

White with #871F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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