Html Css Color HEX #861179 Dark Purple

📋 copy color: '#861179'

red 134 ◦ green 17 ◦ blue 121

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

Shades of Dark Purple #861179

Tints of Dark Purple #861179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.49%

R = 49.26%
G = 6.25%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#861179 (or 0x861179) is known color: Dark Purple. HEX triplet: 86, 11 and 79. RGB value is (134,17,121). Sum of RGB (Red+Green+Blue) = 134+17+121=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #861179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861179 is #79EE86. Grayscale: #3F3F3F. Windows color (decimal): -7990919 or 7934342. OLE color: 7934342.

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

Color convert

RGB 134 17 121 -
CMYK 0 0.87 0.10 0.47
HSL 306.67º 0.77% 0.3% -
HSV(B) 306.67º 0.87% 0.53% -
XYZ 13.48 6.85 18.7 -
YUV 63.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 134 17 121 0 0.87 0.10 0.47 306.67 0.77 0.3
Hex 86 11 79 0 57 A 2F 133 4D 1E
Octal 206 21 171 0 127 12 57 463 115 36
Binary 10000110 10001 1111001 0 1010111 1010 101111 100110011 1001101 11110

Color Harmonies of #861179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861179

Black with #861179

Text Example


Text Example

White with #861179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861179; }

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

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

background-color css

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

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

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

border-color css

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

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

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