Shades of Hot Purple #5A245E
Tints of Hot Purple #5A245E
RGB
CMYK
RGB Variations
Color information
#5A245E (or 0x5A245E) is known color: Hot Purple. HEX triplet: 5A, 24 and 5E. RGB value is (90,36,94). Sum of RGB (Red+Green+Blue) = 90+36+94=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A245E is #A5DBA1. Grayscale: #3A3A3A. Windows color (decimal): -10869666 or 6169690. OLE color: 6169690.
HSL color Cylindrical-coordinate representation of color #5A245E: hue angle of 295.86º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A245E is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 36 | 94 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.63 |
| HSL | 295.86º | 0.45% | 0.25% | - |
| HSV(B) | 295.86º | 0.62% | 0.37% | - |
| XYZ | 6.87 | 4.24 | 11.05 | - |
| YUV | 58.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 94 | 0.04 | 0.62 | 0 | 0.63 | 295.86 | 0.45 | 0.25 |
| Hex | 5A | 24 | 5E | 4 | 3E | 0 | 3F | 128 | 2D | 19 |
| Octal | 132 | 44 | 136 | 4 | 76 | 0 | 77 | 450 | 55 | 31 |
| Binary | 1011010 | 100100 | 1011110 | 100 | 111110 | 0 | 111111 | 100101000 | 101101 | 11001 |
Color Harmonies of #5A245E
Complementary color
Monochromatic Colors of #5A245E
Black with #5A245E
Text Example
Text Example
White with #5A245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A245E; }
p { color: rgb(90,36,94); }
H1.HeaderClassName
{
color: #5A245E;
}
.AnyTagClassName
{
color: #5A245E;
}
</style>
background-color css
<style>
a { background-color: #5A245E; }
a { background-color: rgb(90,36,94); }
div.DivClassName
{
background-color: #5A245E;
}
.BgClassName
{
background-color: #5A245E;
}
</style>
border-color css
<style>
span { border-color: #5A245E; }
span { border-color: rgb(90,36,94); }
td.TdClassName
{
border-color: #5A245E;
}
.TagClassName
{
border-color: #5A245E;
}
</style>