Shades of Hot Purple #563059
Tints of Hot Purple #563059
RGB
CMYK
RGB Variations
Color information
#563059 (or 0x563059) is known color: Hot Purple. HEX triplet: 56, 30 and 59. RGB value is (86,48,89). Sum of RGB (Red+Green+Blue) = 86+48+89=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #563059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563059 is #A9CFA6. Grayscale: #3F3F3F. Windows color (decimal): -11128743 or 5845078. OLE color: 5845078.
HSL color Cylindrical-coordinate representation of color #563059: hue angle of 295.61º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #563059 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 48 | 89 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.65 |
| HSL | 295.61º | 0.3% | 0.27% | - |
| HSV(B) | 295.61º | 0.46% | 0.35% | - |
| XYZ | 6.7 | 4.81 | 10.03 | - |
| YUV | 64.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 89 | 0.03 | 0.46 | 0 | 0.65 | 295.61 | 0.3 | 0.27 |
| Hex | 56 | 30 | 59 | 3 | 2E | 0 | 41 | 128 | 1E | 1B |
| Octal | 126 | 60 | 131 | 3 | 56 | 0 | 101 | 450 | 36 | 33 |
| Binary | 1010110 | 110000 | 1011001 | 11 | 101110 | 0 | 1000001 | 100101000 | 11110 | 11011 |
Color Harmonies of #563059
Complementary color
Monochromatic Colors of #563059
Black with #563059
Text Example
Text Example
White with #563059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563059; }
p { color: rgb(86,48,89); }
H1.HeaderClassName
{
color: #563059;
}
.AnyTagClassName
{
color: #563059;
}
</style>
background-color css
<style>
a { background-color: #563059; }
a { background-color: rgb(86,48,89); }
div.DivClassName
{
background-color: #563059;
}
.BgClassName
{
background-color: #563059;
}
</style>
border-color css
<style>
span { border-color: #563059; }
span { border-color: rgb(86,48,89); }
td.TdClassName
{
border-color: #563059;
}
.TagClassName
{
border-color: #563059;
}
</style>