#860178

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

Shades of Purple #860178

Tints of Purple #860178

Color information

#860178 (or 0x860178) is unknown color: approx Purple. HEX triplet: 86, 01 and 78. RGB value is (134,1,120). Sum of RGB (Red+Green+Blue) = 134+1+120=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #860178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860178 is #79FE87. Grayscale: #353535. Windows color (decimal): -7995016 or 7864710. OLE color: 7864710.

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

Color convert

RGB1341120-
CMYK00.990.100.47
HSL306.32º98.52%26.47%-
HSV(B)306.32º99.25%52.55%-
XYZ13.236.4518.32-
YUV54.33165.06184.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=52.55%
G=0.39%
B=47.06%

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
Decimal134112000.990.100.47306.3298.5226.47
Hex86178063A2F132631a
Octal20611700143125746214332
Binary1000011011111000011000111010101111100110010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860178; }

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

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

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

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

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

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

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

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