Shades of Hot Purple #56285B
Tints of Hot Purple #56285B
RGB
CMYK
RGB Variations
Color information
#56285B (or 0x56285B) is known color: Hot Purple. HEX triplet: 56, 28 and 5B. RGB value is (86,40,91). Sum of RGB (Red+Green+Blue) = 86+40+91=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #56285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56285B is #A9D7A4. Grayscale: #3B3B3B. Windows color (decimal): -11130789 or 5974102. OLE color: 5974102.
HSL color Cylindrical-coordinate representation of color #56285B: hue angle of 294.12º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56285B is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 40 | 91 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.64 |
| HSL | 294.12º | 0.39% | 0.26% | - |
| HSV(B) | 294.12º | 0.56% | 0.36% | - |
| XYZ | 6.48 | 4.25 | 10.38 | - |
| YUV | 59.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 91 | 0.05 | 0.56 | 0 | 0.64 | 294.12 | 0.39 | 0.26 |
| Hex | 56 | 28 | 5B | 5 | 38 | 0 | 40 | 126 | 27 | 1A |
| Octal | 126 | 50 | 133 | 5 | 70 | 0 | 100 | 446 | 47 | 32 |
| Binary | 1010110 | 101000 | 1011011 | 101 | 111000 | 0 | 1000000 | 100100110 | 100111 | 11010 |
Color Harmonies of #56285B
Complementary color
Monochromatic Colors of #56285B
Black with #56285B
Text Example
Text Example
White with #56285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56285B; }
p { color: rgb(86,40,91); }
H1.HeaderClassName
{
color: #56285B;
}
.AnyTagClassName
{
color: #56285B;
}
</style>
background-color css
<style>
a { background-color: #56285B; }
a { background-color: rgb(86,40,91); }
div.DivClassName
{
background-color: #56285B;
}
.BgClassName
{
background-color: #56285B;
}
</style>
border-color css
<style>
span { border-color: #56285B; }
span { border-color: rgb(86,40,91); }
td.TdClassName
{
border-color: #56285B;
}
.TagClassName
{
border-color: #56285B;
}
</style>