#561E59

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

Shades of Hot Purple #561E59

Tints of Hot Purple #561E59

Color information

#561E59 (or 0x561E59) is unknown color: approx Hot Purple. HEX triplet: 56, 1E and 59. RGB value is (86,30,89). Sum of RGB (Red+Green+Blue) = 86+30+89=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #561E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E59 is #A9E1A6. Grayscale: #353535. Windows color (decimal): -11133351 or 5840470. OLE color: 5840470.

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

Color convert

RGB863089-
CMYK0.030.6600.65
HSL296.95º49.58%23.33%-
HSV(B)296.95º66.29%34.9%-
XYZ6.113.639.83-
YUV53.47148.05151.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=41.95%
G=14.63%
B=43.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8630890.030.6600.65296.9549.5823.33
Hex561E593420411293217
Octal12636131310201014516227
Binary10101101111010110011110000100100000110010100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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