Shades of Hot Purple #56225A
Tints of Hot Purple #56225A
RGB
CMYK
RGB Variations
Color information
#56225A (or 0x56225A) is known color: Hot Purple. HEX triplet: 56, 22 and 5A. RGB value is (86,34,90). Sum of RGB (Red+Green+Blue) = 86+34+90=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #56225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56225A is #A9DDA5. Grayscale: #373737. Windows color (decimal): -11132326 or 5907030. OLE color: 5907030.
HSL color Cylindrical-coordinate representation of color #56225A: hue angle of 295.71º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56225A is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 34 | 90 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.65 |
| HSL | 295.71º | 0.45% | 0.24% | - |
| HSV(B) | 295.71º | 0.62% | 0.35% | - |
| XYZ | 6.26 | 3.86 | 10.09 | - |
| YUV | 55.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 90 | 0.04 | 0.62 | 0 | 0.65 | 295.71 | 0.45 | 0.24 |
| Hex | 56 | 22 | 5A | 4 | 3E | 0 | 41 | 128 | 2D | 18 |
| Octal | 126 | 42 | 132 | 4 | 76 | 0 | 101 | 450 | 55 | 30 |
| Binary | 1010110 | 100010 | 1011010 | 100 | 111110 | 0 | 1000001 | 100101000 | 101101 | 11000 |
Color Harmonies of #56225A
Complementary color
Monochromatic Colors of #56225A
Black with #56225A
Text Example
Text Example
White with #56225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56225A; }
p { color: rgb(86,34,90); }
H1.HeaderClassName
{
color: #56225A;
}
.AnyTagClassName
{
color: #56225A;
}
</style>
background-color css
<style>
a { background-color: #56225A; }
a { background-color: rgb(86,34,90); }
div.DivClassName
{
background-color: #56225A;
}
.BgClassName
{
background-color: #56225A;
}
</style>
border-color css
<style>
span { border-color: #56225A; }
span { border-color: rgb(86,34,90); }
td.TdClassName
{
border-color: #56225A;
}
.TagClassName
{
border-color: #56225A;
}
</style>