Shades of Hot Purple #56225B
Tints of Hot Purple #56225B
RGB
CMYK
RGB Variations
Color information
#56225B (or 0x56225B) is known color: Hot Purple. HEX triplet: 56, 22 and 5B. RGB value is (86,34,91). Sum of RGB (Red+Green+Blue) = 86+34+91=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #56225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56225B is #A9DDA4. Grayscale: #373737. Windows color (decimal): -11132325 or 5972566. OLE color: 5972566.
HSL color Cylindrical-coordinate representation of color #56225B: hue angle of 294.74º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56225B is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 34 | 91 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.64 |
| HSL | 294.74º | 0.46% | 0.25% | - |
| HSV(B) | 294.74º | 0.63% | 0.36% | - |
| XYZ | 6.3 | 3.88 | 10.31 | - |
| YUV | 56.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 91 | 0.05 | 0.63 | 0 | 0.64 | 294.74 | 0.46 | 0.25 |
| Hex | 56 | 22 | 5B | 5 | 3F | 0 | 40 | 127 | 2E | 19 |
| Octal | 126 | 42 | 133 | 5 | 77 | 0 | 100 | 447 | 56 | 31 |
| Binary | 1010110 | 100010 | 1011011 | 101 | 111111 | 0 | 1000000 | 100100111 | 101110 | 11001 |
Color Harmonies of #56225B
Complementary color
Monochromatic Colors of #56225B
Black with #56225B
Text Example
Text Example
White with #56225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56225B; }
p { color: rgb(86,34,91); }
H1.HeaderClassName
{
color: #56225B;
}
.AnyTagClassName
{
color: #56225B;
}
</style>
background-color css
<style>
a { background-color: #56225B; }
a { background-color: rgb(86,34,91); }
div.DivClassName
{
background-color: #56225B;
}
.BgClassName
{
background-color: #56225B;
}
</style>
border-color css
<style>
span { border-color: #56225B; }
span { border-color: rgb(86,34,91); }
td.TdClassName
{
border-color: #56225B;
}
.TagClassName
{
border-color: #56225B;
}
</style>