#860480

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

Shades of Purple #860480

Tints of Purple #860480

Color information

#860480 (or 0x860480) is unknown color: approx Purple. HEX triplet: 86, 04 and 80. RGB value is (134,4,128). Sum of RGB (Red+Green+Blue) = 134+4+128=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #860480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860480 is #79FB7F. Grayscale: #383838. Windows color (decimal): -7994240 or 8389766. OLE color: 8389766.

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

Color convert

RGB1344128-
CMYK00.970.040.47
HSL302.77º94.2%27.06%-
HSV(B)302.77º97.01%52.55%-
XYZ13.776.7120.99-
YUV57.01168.07182.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=50.38%
G=1.50%
B=48.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134412800.970.040.47302.7794.227.06
Hex8648006142F12f5e1b
Octal2064200014145745713633
Binary100001101001000000001100001100101111100101111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860480; }

 p { color: rgb(134,4,128); }

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

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

 a { background-color: rgb(134,4,128); }

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

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

 span { border-color: rgb(134,4,128); }

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