Shades of Hot Purple #5A365E
Tints of Hot Purple #5A365E
RGB
CMYK
RGB Variations
Color information
#5A365E (or 0x5A365E) is known color: Hot Purple. HEX triplet: 5A, 36 and 5E. RGB value is (90,54,94). Sum of RGB (Red+Green+Blue) = 90+54+94=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A365E is #A5C9A1. Grayscale: #454545. Windows color (decimal): -10865058 or 6174298. OLE color: 6174298.
HSL color Cylindrical-coordinate representation of color #5A365E: hue angle of 294º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A365E is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 54 | 94 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.63 |
| HSL | 294º | 0.27% | 0.29% | - |
| HSV(B) | 294º | 0.43% | 0.37% | - |
| XYZ | 7.56 | 5.62 | 11.28 | - |
| YUV | 69.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 94 | 0.04 | 0.43 | 0 | 0.63 | 294 | 0.27 | 0.29 |
| Hex | 5A | 36 | 5E | 4 | 2B | 0 | 3F | 126 | 1B | 1D |
| Octal | 132 | 66 | 136 | 4 | 53 | 0 | 77 | 446 | 33 | 35 |
| Binary | 1011010 | 110110 | 1011110 | 100 | 101011 | 0 | 111111 | 100100110 | 11011 | 11101 |
Color Harmonies of #5A365E
Complementary color
Monochromatic Colors of #5A365E
Black with #5A365E
Text Example
Text Example
White with #5A365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A365E; }
p { color: rgb(90,54,94); }
H1.HeaderClassName
{
color: #5A365E;
}
.AnyTagClassName
{
color: #5A365E;
}
</style>
background-color css
<style>
a { background-color: #5A365E; }
a { background-color: rgb(90,54,94); }
div.DivClassName
{
background-color: #5A365E;
}
.BgClassName
{
background-color: #5A365E;
}
</style>
border-color css
<style>
span { border-color: #5A365E; }
span { border-color: rgb(90,54,94); }
td.TdClassName
{
border-color: #5A365E;
}
.TagClassName
{
border-color: #5A365E;
}
</style>