#860582

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

Shades of Purple #860582

Tints of Purple #860582

Color information

#860582 (or 0x860582) is unknown color: approx Purple. HEX triplet: 86, 05 and 82. RGB value is (134,5,130). Sum of RGB (Red+Green+Blue) = 134+5+130=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #860582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860582 is #79FA7D. Grayscale: #393939. Windows color (decimal): -7993982 or 8521094. OLE color: 8521094.

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

Color convert

RGB1345130-
CMYK00.960.030.47
HSL301.86º92.81%27.25%-
HSV(B)301.86º96.27%52.55%-
XYZ13.926.7921.7-
YUV57.82168.74182.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 5 (2.34% from 255) = 1.86%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=49.81%
G=1.86%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134513000.960.030.47301.8692.8127.25
Hex8658206032F12e5d1b
Octal2065202014035745613533
Binary10000110101100000100110000011101111100101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860582; }

 p { color: rgb(134,5,130); }

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

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

 a { background-color: rgb(134,5,130); }

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

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

 span { border-color: rgb(134,5,130); }

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