#560E59

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

Shades of Hot Purple #560E59

Tints of Hot Purple #560E59

Color information

#560E59 (or 0x560E59) is unknown color: approx Hot Purple. HEX triplet: 56, 0E and 59. RGB value is (86,14,89). Sum of RGB (Red+Green+Blue) = 86+14+89=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #560E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560E59 is #A9F1A6. Grayscale: #2B2B2B. Windows color (decimal): -11137447 or 5836374. OLE color: 5836374.

HSL color Cylindrical-coordinate representation of color #560E59: hue angle of 297.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E59 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB861489-
CMYK0.030.8400.65
HSL297.6º72.82%20.2%-
HSV(B)297.6º84.27%34.9%-
XYZ5.83.019.73-
YUV44.08153.35157.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 14 (5.86% from 255) = 7.41%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=45.50%
G=7.41%
B=47.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8614890.030.8400.65297.672.8220.2
Hex56E5935404112a4914
Octal126161313124010145211124
Binary10101101110101100111101010001000001100101010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560E59; }

 p { color: rgb(86,14,89); }

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

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

 a { background-color: rgb(86,14,89); }

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

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

 span { border-color: rgb(86,14,89); }

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