#860276

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

Shades of Purple #860276

Tints of Purple #860276

Color information

#860276 (or 0x860276) is unknown color: approx Purple. HEX triplet: 86, 02 and 76. RGB value is (134,2,118). Sum of RGB (Red+Green+Blue) = 134+2+118=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #860276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860276 is #79FD89. Grayscale: #363636. Windows color (decimal): -7994762 or 7733894. OLE color: 7733894.

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

Color convert

RGB1342118-
CMYK00.990.120.47
HSL307.27º97.06%26.67%-
HSV(B)307.27º98.51%52.55%-
XYZ13.126.4217.69-
YUV54.69163.73184.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=52.76%
G=0.79%
B=46.46%

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
Decimal134211800.990.120.47307.2797.0626.67
Hex86276063C2F133611b
Octal20621660143145746314133
Binary10000110101110110011000111100101111100110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860276; }

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

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

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

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

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

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

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

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