Shades of Hot Purple #5A355E
Tints of Hot Purple #5A355E
RGB
CMYK
RGB Variations
Color information
#5A355E (or 0x5A355E) is known color: Hot Purple. HEX triplet: 5A, 35 and 5E. RGB value is (90,53,94). Sum of RGB (Red+Green+Blue) = 90+53+94=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A355E is #A5CAA1. Grayscale: #444444. Windows color (decimal): -10865314 or 6174042. OLE color: 6174042.
HSL color Cylindrical-coordinate representation of color #5A355E: hue angle of 294.15º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A355E is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 53 | 94 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.63 |
| HSL | 294.15º | 0.28% | 0.29% | - |
| HSV(B) | 294.15º | 0.44% | 0.37% | - |
| XYZ | 7.51 | 5.53 | 11.26 | - |
| YUV | 68.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 94 | 0.04 | 0.44 | 0 | 0.63 | 294.15 | 0.28 | 0.29 |
| Hex | 5A | 35 | 5E | 4 | 2C | 0 | 3F | 126 | 1C | 1D |
| Octal | 132 | 65 | 136 | 4 | 54 | 0 | 77 | 446 | 34 | 35 |
| Binary | 1011010 | 110101 | 1011110 | 100 | 101100 | 0 | 111111 | 100100110 | 11100 | 11101 |
Color Harmonies of #5A355E
Complementary color
Monochromatic Colors of #5A355E
Black with #5A355E
Text Example
Text Example
White with #5A355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A355E; }
p { color: rgb(90,53,94); }
H1.HeaderClassName
{
color: #5A355E;
}
.AnyTagClassName
{
color: #5A355E;
}
</style>
background-color css
<style>
a { background-color: #5A355E; }
a { background-color: rgb(90,53,94); }
div.DivClassName
{
background-color: #5A355E;
}
.BgClassName
{
background-color: #5A355E;
}
</style>
border-color css
<style>
span { border-color: #5A355E; }
span { border-color: rgb(90,53,94); }
td.TdClassName
{
border-color: #5A355E;
}
.TagClassName
{
border-color: #5A355E;
}
</style>