Shades of Hot Purple #5A3461
Tints of Hot Purple #5A3461
RGB
CMYK
RGB Variations
Color information
#5A3461 (or 0x5A3461) is known color: Hot Purple. HEX triplet: 5A, 34 and 61. RGB value is (90,52,97). Sum of RGB (Red+Green+Blue) = 90+52+97=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A3461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3461 is #A5CB9E. Grayscale: #444444. Windows color (decimal): -10865567 or 6370394. OLE color: 6370394.
HSL color Cylindrical-coordinate representation of color #5A3461: hue angle of 290.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A3461 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 52 | 97 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.62 |
| HSL | 290.67º | 0.3% | 0.29% | - |
| HSV(B) | 290.67º | 0.46% | 0.38% | - |
| XYZ | 7.6 | 5.49 | 11.97 | - |
| YUV | 68.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 97 | 0.07 | 0.46 | 0 | 0.62 | 290.67 | 0.3 | 0.29 |
| Hex | 5A | 34 | 61 | 7 | 2E | 0 | 3E | 123 | 1E | 1D |
| Octal | 132 | 64 | 141 | 7 | 56 | 0 | 76 | 443 | 36 | 35 |
| Binary | 1011010 | 110100 | 1100001 | 111 | 101110 | 0 | 111110 | 100100011 | 11110 | 11101 |
Color Harmonies of #5A3461
Complementary color
Monochromatic Colors of #5A3461
Black with #5A3461
Text Example
Text Example
White with #5A3461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3461; }
p { color: rgb(90,52,97); }
H1.HeaderClassName
{
color: #5A3461;
}
.AnyTagClassName
{
color: #5A3461;
}
</style>
background-color css
<style>
a { background-color: #5A3461; }
a { background-color: rgb(90,52,97); }
div.DivClassName
{
background-color: #5A3461;
}
.BgClassName
{
background-color: #5A3461;
}
</style>
border-color css
<style>
span { border-color: #5A3461; }
span { border-color: rgb(90,52,97); }
td.TdClassName
{
border-color: #5A3461;
}
.TagClassName
{
border-color: #5A3461;
}
</style>