Shades of Hot Purple #560A61
Tints of Hot Purple #560A61
RGB
CMYK
RGB Variations
Color information
#560A61 (or 0x560A61) is known color: Hot Purple. HEX triplet: 56, 0A and 61. RGB value is (86,10,97). Sum of RGB (Red+Green+Blue) = 86+10+97=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #560A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A61 is #A9F59E. Grayscale: #2A2A2A. Windows color (decimal): -11138463 or 6359638. OLE color: 6359638.
HSL color Cylindrical-coordinate representation of color #560A61: hue angle of 292.41º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560A61 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 10 | 97 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.62 |
| HSL | 292.41º | 0.81% | 0.21% | - |
| HSV(B) | 292.41º | 0.9% | 0.38% | - |
| XYZ | 6.1 | 3.06 | 11.58 | - |
| YUV | 42.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 97 | 0.11 | 0.90 | 0 | 0.62 | 292.41 | 0.81 | 0.21 |
| Hex | 56 | A | 61 | B | 5A | 0 | 3E | 124 | 51 | 15 |
| Octal | 126 | 12 | 141 | 13 | 132 | 0 | 76 | 444 | 121 | 25 |
| Binary | 1010110 | 1010 | 1100001 | 1011 | 1011010 | 0 | 111110 | 100100100 | 1010001 | 10101 |
Color Harmonies of #560A61
Complementary color
Monochromatic Colors of #560A61
Black with #560A61
Text Example
Text Example
White with #560A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A61; }
p { color: rgb(86,10,97); }
H1.HeaderClassName
{
color: #560A61;
}
.AnyTagClassName
{
color: #560A61;
}
</style>
background-color css
<style>
a { background-color: #560A61; }
a { background-color: rgb(86,10,97); }
div.DivClassName
{
background-color: #560A61;
}
.BgClassName
{
background-color: #560A61;
}
</style>
border-color css
<style>
span { border-color: #560A61; }
span { border-color: rgb(86,10,97); }
td.TdClassName
{
border-color: #560A61;
}
.TagClassName
{
border-color: #560A61;
}
</style>