#860176

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

Shades of Purple #860176

Tints of Purple #860176

Color information

#860176 (or 0x860176) is unknown color: approx Purple. HEX triplet: 86, 01 and 76. RGB value is (134,1,118). Sum of RGB (Red+Green+Blue) = 134+1+118=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #860176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860176 is #79FE89. Grayscale: #353535. Windows color (decimal): -7995018 or 7733638. OLE color: 7733638.

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

Color convert

RGB1341118-
CMYK00.990.120.47
HSL307.22º98.52%26.47%-
HSV(B)307.22º99.25%52.55%-
XYZ13.116.417.68-
YUV54.1164.06184.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=52.96%
G=0.40%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134111800.990.120.47307.2298.5226.47
Hex86176063C2F133631a
Octal20611660143145746314332
Binary1000011011110110011000111100101111100110011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860176; }

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

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

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

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

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

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

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

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