#560D59

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

Shades of Hot Purple #560D59

Tints of Hot Purple #560D59

Color information

#560D59 (or 0x560D59) is unknown color: approx Hot Purple. HEX triplet: 56, 0D and 59. RGB value is (86,13,89). Sum of RGB (Red+Green+Blue) = 86+13+89=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #560D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D59 is #A9F2A6. Grayscale: #2B2B2B. Windows color (decimal): -11137703 or 5836118. OLE color: 5836118.

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

Color convert

RGB861389-
CMYK0.030.8500.65
HSL297.63º74.51%20%-
HSV(B)297.63º85.39%34.9%-
XYZ5.782.999.72-
YUV43.49153.68158.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=45.74%
G=6.91%
B=47.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8613890.030.8500.65297.6374.5120
Hex56D5935504112a4b14
Octal126151313125010145211324
Binary10101101101101100111101010101000001100101010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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