Shades of Hot Purple #56185F
Tints of Hot Purple #56185F
RGB
CMYK
RGB Variations
Color information
#56185F (or 0x56185F) is known color: Hot Purple. HEX triplet: 56, 18 and 5F. RGB value is (86,24,95). Sum of RGB (Red+Green+Blue) = 86+24+95=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #56185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56185F is #A9E7A0. Grayscale: #323232. Windows color (decimal): -11134881 or 6232150. OLE color: 6232150.
HSL color Cylindrical-coordinate representation of color #56185F: hue angle of 292.39º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56185F is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 24 | 95 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.63 |
| HSL | 292.39º | 0.6% | 0.23% | - |
| HSV(B) | 292.39º | 0.75% | 0.37% | - |
| XYZ | 6.23 | 3.46 | 11.17 | - |
| YUV | 50.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 95 | 0.09 | 0.75 | 0 | 0.63 | 292.39 | 0.6 | 0.23 |
| Hex | 56 | 18 | 5F | 9 | 4B | 0 | 3F | 124 | 3C | 17 |
| Octal | 126 | 30 | 137 | 11 | 113 | 0 | 77 | 444 | 74 | 27 |
| Binary | 1010110 | 11000 | 1011111 | 1001 | 1001011 | 0 | 111111 | 100100100 | 111100 | 10111 |
Color Harmonies of #56185F
Complementary color
Monochromatic Colors of #56185F
Black with #56185F
Text Example
Text Example
White with #56185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56185F; }
p { color: rgb(86,24,95); }
H1.HeaderClassName
{
color: #56185F;
}
.AnyTagClassName
{
color: #56185F;
}
</style>
background-color css
<style>
a { background-color: #56185F; }
a { background-color: rgb(86,24,95); }
div.DivClassName
{
background-color: #56185F;
}
.BgClassName
{
background-color: #56185F;
}
</style>
border-color css
<style>
span { border-color: #56185F; }
span { border-color: rgb(86,24,95); }
td.TdClassName
{
border-color: #56185F;
}
.TagClassName
{
border-color: #56185F;
}
</style>