Shades of Hot Purple #56315F
Tints of Hot Purple #56315F
RGB
CMYK
RGB Variations
Color information
#56315F (or 0x56315F) is known color: Hot Purple. HEX triplet: 56, 31 and 5F. RGB value is (86,49,95). Sum of RGB (Red+Green+Blue) = 86+49+95=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #56315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56315F is #A9CEA0. Grayscale: #414141. Windows color (decimal): -11128481 or 6238550. OLE color: 6238550.
HSL color Cylindrical-coordinate representation of color #56315F: hue angle of 288.26º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56315F is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 49 | 95 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.63 |
| HSL | 288.26º | 0.32% | 0.28% | - |
| HSV(B) | 288.26º | 0.48% | 0.37% | - |
| XYZ | 7 | 5 | 11.42 | - |
| YUV | 65.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 95 | 0.09 | 0.48 | 0 | 0.63 | 288.26 | 0.32 | 0.28 |
| Hex | 56 | 31 | 5F | 9 | 30 | 0 | 3F | 120 | 20 | 1C |
| Octal | 126 | 61 | 137 | 11 | 60 | 0 | 77 | 440 | 40 | 34 |
| Binary | 1010110 | 110001 | 1011111 | 1001 | 110000 | 0 | 111111 | 100100000 | 100000 | 11100 |
Color Harmonies of #56315F
Complementary color
Monochromatic Colors of #56315F
Black with #56315F
Text Example
Text Example
White with #56315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56315F; }
p { color: rgb(86,49,95); }
H1.HeaderClassName
{
color: #56315F;
}
.AnyTagClassName
{
color: #56315F;
}
</style>
background-color css
<style>
a { background-color: #56315F; }
a { background-color: rgb(86,49,95); }
div.DivClassName
{
background-color: #56315F;
}
.BgClassName
{
background-color: #56315F;
}
</style>
border-color css
<style>
span { border-color: #56315F; }
span { border-color: rgb(86,49,95); }
td.TdClassName
{
border-color: #56315F;
}
.TagClassName
{
border-color: #56315F;
}
</style>