Shades of Hot Purple #560F5B
Tints of Hot Purple #560F5B
RGB
CMYK
RGB Variations
Color information
#560F5B (or 0x560F5B) is known color: Hot Purple. HEX triplet: 56, 0F and 5B. RGB value is (86,15,91). Sum of RGB (Red+Green+Blue) = 86+15+91=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #560F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560F5B is #A9F0A4. Grayscale: #2C2C2C. Windows color (decimal): -11137189 or 5967702. OLE color: 5967702.
HSL color Cylindrical-coordinate representation of color #560F5B: hue angle of 296.05º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560F5B is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 15 | 91 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.64 |
| HSL | 296.05º | 0.72% | 0.21% | - |
| HSV(B) | 296.05º | 0.84% | 0.36% | - |
| XYZ | 5.9 | 3.08 | 10.18 | - |
| YUV | 44.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 91 | 0.05 | 0.84 | 0 | 0.64 | 296.05 | 0.72 | 0.21 |
| Hex | 56 | F | 5B | 5 | 54 | 0 | 40 | 128 | 48 | 15 |
| Octal | 126 | 17 | 133 | 5 | 124 | 0 | 100 | 450 | 110 | 25 |
| Binary | 1010110 | 1111 | 1011011 | 101 | 1010100 | 0 | 1000000 | 100101000 | 1001000 | 10101 |
Color Harmonies of #560F5B
Complementary color
Monochromatic Colors of #560F5B
Black with #560F5B
Text Example
Text Example
White with #560F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560F5B; }
p { color: rgb(86,15,91); }
H1.HeaderClassName
{
color: #560F5B;
}
.AnyTagClassName
{
color: #560F5B;
}
</style>
background-color css
<style>
a { background-color: #560F5B; }
a { background-color: rgb(86,15,91); }
div.DivClassName
{
background-color: #560F5B;
}
.BgClassName
{
background-color: #560F5B;
}
</style>
border-color css
<style>
span { border-color: #560F5B; }
span { border-color: rgb(86,15,91); }
td.TdClassName
{
border-color: #560F5B;
}
.TagClassName
{
border-color: #560F5B;
}
</style>