Html Css Color HEX #861177 Dark Purple

📋 copy color: '#861177'

red 134 ◦ green 17 ◦ blue 119

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

Shades of Dark Purple #861177

Tints of Dark Purple #861177

RGB

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

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

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

R = 49.63%
G = 6.3%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#861177 (or 0x861177) is known color: Dark Purple. HEX triplet: 86, 11 and 77. RGB value is (134,17,119). Sum of RGB (Red+Green+Blue) = 134+17+119=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #861177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861177 is #79EE88. Grayscale: #3F3F3F. Windows color (decimal): -7990921 or 7803270. OLE color: 7803270.

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

Color convert

RGB 134 17 119 -
CMYK 0 0.87 0.11 0.47
HSL 307.69º 0.77% 0.3% -
HSV(B) 307.69º 0.87% 0.53% -
XYZ 13.36 6.8 18.06 -
YUV 63.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 134 17 119 0 0.87 0.11 0.47 307.69 0.77 0.3
Hex 86 11 77 0 57 B 2F 134 4D 1E
Octal 206 21 167 0 127 13 57 464 115 36
Binary 10000110 10001 1110111 0 1010111 1011 101111 100110100 1001101 11110

Color Harmonies of #861177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861177

Black with #861177

Text Example


Text Example

White with #861177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861177; }

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

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

background-color css

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

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

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

border-color css

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

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

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