Html Css Color HEX #861171 Dark Purple

📋 copy color: '#861171'

red 134 ◦ green 17 ◦ blue 113

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

Shades of Dark Purple #861171

Tints of Dark Purple #861171

RGB

 RED value IS 134 (52.73% from 255) = 50.76%

 GREEN value IS 17 (7.03% from 255) = 6.44%

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 50.76%
G = 6.44%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#861171 (or 0x861171) is known color: Dark Purple. HEX triplet: 86, 11 and 71. RGB value is (134,17,113). Sum of RGB (Red+Green+Blue) = 134+17+113=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #861171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861171 is #79EE8E. Grayscale: #3E3E3E. Windows color (decimal): -7990927 or 7410054. OLE color: 7410054.

HSL color Cylindrical-coordinate representation of color #861171: hue angle of 310.77º degrees, saturation: 0.77, 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 #861171 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 113 -
CMYK 0 0.87 0.16 0.47
HSL 310.77º 0.77% 0.3% -
HSV(B) 310.77º 0.87% 0.53% -
XYZ 13.01 6.66 16.22 -
YUV 62.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 134 17 113 0 0.87 0.16 0.47 310.77 0.77 0.3
Hex 86 11 71 0 57 10 2F 137 4D 1E
Octal 206 21 161 0 127 20 57 467 115 36
Binary 10000110 10001 1110001 0 1010111 10000 101111 100110111 1001101 11110

Color Harmonies of #861171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861171

Black with #861171

Text Example


Text Example

White with #861171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861171; }

 p { color: rgb(134,17,113); }

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

background-color css

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

 a { background-color: rgb(134,17,113); }

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

border-color css

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

 span { border-color: rgb(134,17,113); }

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