Html Css Color HEX #871276 Dark Purple

📋 copy color: '#871276'

red 135 ◦ green 18 ◦ blue 118

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

Shades of Dark Purple #871276

Tints of Dark Purple #871276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 49.82%
G = 6.64%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#871276 (or 0x871276) is known color: Dark Purple. HEX triplet: 87, 12 and 76. RGB value is (135,18,118). Sum of RGB (Red+Green+Blue) = 135+18+118=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #871276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871276 is #78ED89. Grayscale: #404040. Windows color (decimal): -7925130 or 7737991. OLE color: 7737991.

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

Color convert

RGB 135 18 118 -
CMYK 0 0.87 0.13 0.47
HSL 308.72º 0.76% 0.3% -
HSV(B) 308.72º 0.87% 0.53% -
XYZ 13.48 6.89 17.76 -
YUV 64.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 135 18 118 0 0.87 0.13 0.47 308.72 0.76 0.3
Hex 87 12 76 0 57 D 2F 135 4C 1E
Octal 207 22 166 0 127 15 57 465 114 36
Binary 10000111 10010 1110110 0 1010111 1101 101111 100110101 1001100 11110

Color Harmonies of #871276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871276

Black with #871276

Text Example


Text Example

White with #871276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871276; }

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

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

background-color css

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

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

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

border-color css

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

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

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