Shades of Hot Purple #5A335E
Tints of Hot Purple #5A335E
RGB
CMYK
RGB Variations
Color information
#5A335E (or 0x5A335E) is known color: Hot Purple. HEX triplet: 5A, 33 and 5E. RGB value is (90,51,94). Sum of RGB (Red+Green+Blue) = 90+51+94=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A335E is #A5CCA1. Grayscale: #434343. Windows color (decimal): -10865826 or 6173530. OLE color: 6173530.
HSL color Cylindrical-coordinate representation of color #5A335E: hue angle of 294.42º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A335E is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 51 | 94 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.63 |
| HSL | 294.42º | 0.3% | 0.28% | - |
| HSV(B) | 294.42º | 0.46% | 0.37% | - |
| XYZ | 7.42 | 5.35 | 11.23 | - |
| YUV | 67.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 94 | 0.04 | 0.46 | 0 | 0.63 | 294.42 | 0.3 | 0.28 |
| Hex | 5A | 33 | 5E | 4 | 2E | 0 | 3F | 126 | 1E | 1C |
| Octal | 132 | 63 | 136 | 4 | 56 | 0 | 77 | 446 | 36 | 34 |
| Binary | 1011010 | 110011 | 1011110 | 100 | 101110 | 0 | 111111 | 100100110 | 11110 | 11100 |
Color Harmonies of #5A335E
Complementary color
Monochromatic Colors of #5A335E
Black with #5A335E
Text Example
Text Example
White with #5A335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A335E; }
p { color: rgb(90,51,94); }
H1.HeaderClassName
{
color: #5A335E;
}
.AnyTagClassName
{
color: #5A335E;
}
</style>
background-color css
<style>
a { background-color: #5A335E; }
a { background-color: rgb(90,51,94); }
div.DivClassName
{
background-color: #5A335E;
}
.BgClassName
{
background-color: #5A335E;
}
</style>
border-color css
<style>
span { border-color: #5A335E; }
span { border-color: rgb(90,51,94); }
td.TdClassName
{
border-color: #5A335E;
}
.TagClassName
{
border-color: #5A335E;
}
</style>