Shades of Hot Purple #5A3362
Tints of Hot Purple #5A3362
RGB
CMYK
RGB Variations
Color information
#5A3362 (or 0x5A3362) is known color: Hot Purple. HEX triplet: 5A, 33 and 62. RGB value is (90,51,98). Sum of RGB (Red+Green+Blue) = 90+51+98=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A3362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3362 is #A5CC9D. Grayscale: #434343. Windows color (decimal): -10865822 or 6435674. OLE color: 6435674.
HSL color Cylindrical-coordinate representation of color #5A3362: hue angle of 289.79º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A3362 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 51 | 98 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.62 |
| HSL | 289.79º | 0.32% | 0.29% | - |
| HSV(B) | 289.79º | 0.48% | 0.38% | - |
| XYZ | 7.6 | 5.42 | 12.2 | - |
| YUV | 68.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 98 | 0.08 | 0.48 | 0 | 0.62 | 289.79 | 0.32 | 0.29 |
| Hex | 5A | 33 | 62 | 8 | 30 | 0 | 3E | 122 | 20 | 1D |
| Octal | 132 | 63 | 142 | 10 | 60 | 0 | 76 | 442 | 40 | 35 |
| Binary | 1011010 | 110011 | 1100010 | 1000 | 110000 | 0 | 111110 | 100100010 | 100000 | 11101 |
Color Harmonies of #5A3362
Complementary color
Monochromatic Colors of #5A3362
Black with #5A3362
Text Example
Text Example
White with #5A3362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3362; }
p { color: rgb(90,51,98); }
H1.HeaderClassName
{
color: #5A3362;
}
.AnyTagClassName
{
color: #5A3362;
}
</style>
background-color css
<style>
a { background-color: #5A3362; }
a { background-color: rgb(90,51,98); }
div.DivClassName
{
background-color: #5A3362;
}
.BgClassName
{
background-color: #5A3362;
}
</style>
border-color css
<style>
span { border-color: #5A3362; }
span { border-color: rgb(90,51,98); }
td.TdClassName
{
border-color: #5A3362;
}
.TagClassName
{
border-color: #5A3362;
}
</style>