Shades of Hot Purple #561363
Tints of Hot Purple #561363
RGB
CMYK
RGB Variations
Color information
#561363 (or 0x561363) is known color: Hot Purple. HEX triplet: 56, 13 and 63. RGB value is (86,19,99). Sum of RGB (Red+Green+Blue) = 86+19+99=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #561363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561363 is #A9EC9C. Grayscale: #2F2F2F. Windows color (decimal): -11136157 or 6493014. OLE color: 6493014.
HSL color Cylindrical-coordinate representation of color #561363: hue angle of 290.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561363 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 19 | 99 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.61 |
| HSL | 290.25º | 0.68% | 0.23% | - |
| HSV(B) | 290.25º | 0.81% | 0.39% | - |
| XYZ | 6.32 | 3.35 | 12.12 | - |
| YUV | 48.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 99 | 0.13 | 0.81 | 0 | 0.61 | 290.25 | 0.68 | 0.23 |
| Hex | 56 | 13 | 63 | D | 51 | 0 | 3D | 122 | 44 | 17 |
| Octal | 126 | 23 | 143 | 15 | 121 | 0 | 75 | 442 | 104 | 27 |
| Binary | 1010110 | 10011 | 1100011 | 1101 | 1010001 | 0 | 111101 | 100100010 | 1000100 | 10111 |
Color Harmonies of #561363
Complementary color
Monochromatic Colors of #561363
Black with #561363
Text Example
Text Example
White with #561363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561363; }
p { color: rgb(86,19,99); }
H1.HeaderClassName
{
color: #561363;
}
.AnyTagClassName
{
color: #561363;
}
</style>
background-color css
<style>
a { background-color: #561363; }
a { background-color: rgb(86,19,99); }
div.DivClassName
{
background-color: #561363;
}
.BgClassName
{
background-color: #561363;
}
</style>
border-color css
<style>
span { border-color: #561363; }
span { border-color: rgb(86,19,99); }
td.TdClassName
{
border-color: #561363;
}
.TagClassName
{
border-color: #561363;
}
</style>