Shades of Hot Purple #56255A
Tints of Hot Purple #56255A
RGB
CMYK
RGB Variations
Color information
#56255A (or 0x56255A) is known color: Hot Purple. HEX triplet: 56, 25 and 5A. RGB value is (86,37,90). Sum of RGB (Red+Green+Blue) = 86+37+90=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #56255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56255A is #A9DAA5. Grayscale: #393939. Windows color (decimal): -11131558 or 5907798. OLE color: 5907798.
HSL color Cylindrical-coordinate representation of color #56255A: hue angle of 295.47º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56255A is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 37 | 90 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.65 |
| HSL | 295.47º | 0.42% | 0.25% | - |
| HSV(B) | 295.47º | 0.59% | 0.35% | - |
| XYZ | 6.34 | 4.04 | 10.12 | - |
| YUV | 57.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 90 | 0.04 | 0.59 | 0 | 0.65 | 295.47 | 0.42 | 0.25 |
| Hex | 56 | 25 | 5A | 4 | 3B | 0 | 41 | 127 | 2A | 19 |
| Octal | 126 | 45 | 132 | 4 | 73 | 0 | 101 | 447 | 52 | 31 |
| Binary | 1010110 | 100101 | 1011010 | 100 | 111011 | 0 | 1000001 | 100100111 | 101010 | 11001 |
Color Harmonies of #56255A
Complementary color
Monochromatic Colors of #56255A
Black with #56255A
Text Example
Text Example
White with #56255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56255A; }
p { color: rgb(86,37,90); }
H1.HeaderClassName
{
color: #56255A;
}
.AnyTagClassName
{
color: #56255A;
}
</style>
background-color css
<style>
a { background-color: #56255A; }
a { background-color: rgb(86,37,90); }
div.DivClassName
{
background-color: #56255A;
}
.BgClassName
{
background-color: #56255A;
}
</style>
border-color css
<style>
span { border-color: #56255A; }
span { border-color: rgb(86,37,90); }
td.TdClassName
{
border-color: #56255A;
}
.TagClassName
{
border-color: #56255A;
}
</style>