#860179

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

Shades of Purple #860179

Tints of Purple #860179

Color information

#860179 (or 0x860179) is unknown color: approx Purple. HEX triplet: 86, 01 and 79. RGB value is (134,1,121). Sum of RGB (Red+Green+Blue) = 134+1+121=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #860179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860179 is #79FE86. Grayscale: #363636. Windows color (decimal): -7995015 or 7930246. OLE color: 7930246.

HSL color Cylindrical-coordinate representation of color #860179: hue angle of 305.86º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860179 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB1341121-
CMYK00.990.100.47
HSL305.86º98.52%26.47%-
HSV(B)305.86º99.25%52.55%-
XYZ13.296.4718.64-
YUV54.45165.56184.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=52.34%
G=0.39%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134112100.990.100.47305.8698.5226.47
Hex86179063A2F132631a
Octal20611710143125746214332
Binary1000011011111001011000111010101111100110010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860179; }

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

 H1.HeaderClassName
 {
   color: #860179;
 }
 .AnyTagClassName
 {
   color: #860179;
 }
</style>
background-color css

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

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

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

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

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

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