Shades of Hot Purple #56255B
Tints of Hot Purple #56255B
RGB
CMYK
RGB Variations
Color information
#56255B (or 0x56255B) is known color: Hot Purple. HEX triplet: 56, 25 and 5B. RGB value is (86,37,91). Sum of RGB (Red+Green+Blue) = 86+37+91=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #56255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56255B is #A9DAA4. Grayscale: #393939. Windows color (decimal): -11131557 or 5973334. OLE color: 5973334.
HSL color Cylindrical-coordinate representation of color #56255B: hue angle of 294.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56255B is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 37 | 91 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.64 |
| HSL | 294.44º | 0.42% | 0.25% | - |
| HSV(B) | 294.44º | 0.59% | 0.36% | - |
| XYZ | 6.39 | 4.06 | 10.34 | - |
| YUV | 57.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 91 | 0.05 | 0.59 | 0 | 0.64 | 294.44 | 0.42 | 0.25 |
| Hex | 56 | 25 | 5B | 5 | 3B | 0 | 40 | 126 | 2A | 19 |
| Octal | 126 | 45 | 133 | 5 | 73 | 0 | 100 | 446 | 52 | 31 |
| Binary | 1010110 | 100101 | 1011011 | 101 | 111011 | 0 | 1000000 | 100100110 | 101010 | 11001 |
Color Harmonies of #56255B
Complementary color
Monochromatic Colors of #56255B
Black with #56255B
Text Example
Text Example
White with #56255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56255B; }
p { color: rgb(86,37,91); }
H1.HeaderClassName
{
color: #56255B;
}
.AnyTagClassName
{
color: #56255B;
}
</style>
background-color css
<style>
a { background-color: #56255B; }
a { background-color: rgb(86,37,91); }
div.DivClassName
{
background-color: #56255B;
}
.BgClassName
{
background-color: #56255B;
}
</style>
border-color css
<style>
span { border-color: #56255B; }
span { border-color: rgb(86,37,91); }
td.TdClassName
{
border-color: #56255B;
}
.TagClassName
{
border-color: #56255B;
}
</style>