#861179

Color #861179 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #861179

Tints of Dark Purple #861179

Color information

#861179 (or 0x861179) is unknown color: approx 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

RGB13417121-
CMYK00.870.100.47
HSL306.67º77.48%29.61%-
HSV(B)306.67º87.31%52.55%-
XYZ13.486.8518.7-
YUV63.84160.26178.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341712100.870.100.47306.6777.4829.61
Hex861179057A2F1334d1e
Octal206211710127125746311536
Binary10000110100011111001010101111010101111100110011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>