Shades of Hot Purple #5A3162
Tints of Hot Purple #5A3162
RGB
CMYK
RGB Variations
Color information
#5A3162 (or 0x5A3162) is known color: Hot Purple. HEX triplet: 5A, 31 and 62. RGB value is (90,49,98). Sum of RGB (Red+Green+Blue) = 90+49+98=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A3162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3162 is #A5CE9D. Grayscale: #424242. Windows color (decimal): -10866334 or 6435162. OLE color: 6435162.
HSL color Cylindrical-coordinate representation of color #5A3162: hue angle of 290.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A3162 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 49 | 98 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.62 |
| HSL | 290.2º | 0.33% | 0.29% | - |
| HSV(B) | 290.2º | 0.5% | 0.38% | - |
| XYZ | 7.52 | 5.25 | 12.17 | - |
| YUV | 66.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 98 | 0.08 | 0.5 | 0 | 0.62 | 290.2 | 0.33 | 0.29 |
| Hex | 5A | 31 | 62 | 8 | 32 | 0 | 3E | 122 | 21 | 1D |
| Octal | 132 | 61 | 142 | 10 | 62 | 0 | 76 | 442 | 41 | 35 |
| Binary | 1011010 | 110001 | 1100010 | 1000 | 110010 | 0 | 111110 | 100100010 | 100001 | 11101 |
Color Harmonies of #5A3162
Complementary color
Monochromatic Colors of #5A3162
Black with #5A3162
Text Example
Text Example
White with #5A3162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3162; }
p { color: rgb(90,49,98); }
H1.HeaderClassName
{
color: #5A3162;
}
.AnyTagClassName
{
color: #5A3162;
}
</style>
background-color css
<style>
a { background-color: #5A3162; }
a { background-color: rgb(90,49,98); }
div.DivClassName
{
background-color: #5A3162;
}
.BgClassName
{
background-color: #5A3162;
}
</style>
border-color css
<style>
span { border-color: #5A3162; }
span { border-color: rgb(90,49,98); }
td.TdClassName
{
border-color: #5A3162;
}
.TagClassName
{
border-color: #5A3162;
}
</style>