Shades of Hot Purple #561357
Tints of Hot Purple #561357
RGB
CMYK
RGB Variations
Color information
#561357 (or 0x561357) is known color: Hot Purple. HEX triplet: 56, 13 and 57. RGB value is (86,19,87). Sum of RGB (Red+Green+Blue) = 86+19+87=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #561357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561357 is #A9ECA8. Grayscale: #2E2E2E. Windows color (decimal): -11136169 or 5706582. OLE color: 5706582.
HSL color Cylindrical-coordinate representation of color #561357: hue angle of 299.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561357 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 87 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.66 |
| HSL | 299.12º | 0.64% | 0.21% | - |
| HSV(B) | 299.12º | 0.78% | 0.34% | - |
| XYZ | 5.79 | 3.13 | 9.32 | - |
| YUV | 46.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 87 | 0.01 | 0.78 | 0 | 0.66 | 299.12 | 0.64 | 0.21 |
| Hex | 56 | 13 | 57 | 1 | 4E | 0 | 42 | 12B | 40 | 15 |
| Octal | 126 | 23 | 127 | 1 | 116 | 0 | 102 | 453 | 100 | 25 |
| Binary | 1010110 | 10011 | 1010111 | 1 | 1001110 | 0 | 1000010 | 100101011 | 1000000 | 10101 |
Color Harmonies of #561357
Complementary color
Monochromatic Colors of #561357
Black with #561357
Text Example
Text Example
White with #561357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561357; }
p { color: rgb(86,19,87); }
H1.HeaderClassName
{
color: #561357;
}
.AnyTagClassName
{
color: #561357;
}
</style>
background-color css
<style>
a { background-color: #561357; }
a { background-color: rgb(86,19,87); }
div.DivClassName
{
background-color: #561357;
}
.BgClassName
{
background-color: #561357;
}
</style>
border-color css
<style>
span { border-color: #561357; }
span { border-color: rgb(86,19,87); }
td.TdClassName
{
border-color: #561357;
}
.TagClassName
{
border-color: #561357;
}
</style>