Shades of Hot Purple #5A2961
Tints of Hot Purple #5A2961
RGB
CMYK
RGB Variations
Color information
#5A2961 (or 0x5A2961) is known color: Hot Purple. HEX triplet: 5A, 29 and 61. RGB value is (90,41,97). Sum of RGB (Red+Green+Blue) = 90+41+97=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A2961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2961 is #A5D69E. Grayscale: #3D3D3D. Windows color (decimal): -10868383 or 6367578. OLE color: 6367578.
HSL color Cylindrical-coordinate representation of color #5A2961: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A2961 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 41 | 97 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.62 |
| HSL | 292.5º | 0.41% | 0.27% | - |
| HSV(B) | 292.5º | 0.58% | 0.38% | - |
| XYZ | 7.17 | 4.62 | 11.82 | - |
| YUV | 62.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 97 | 0.07 | 0.58 | 0 | 0.62 | 292.5 | 0.41 | 0.27 |
| Hex | 5A | 29 | 61 | 7 | 3A | 0 | 3E | 124 | 29 | 1B |
| Octal | 132 | 51 | 141 | 7 | 72 | 0 | 76 | 444 | 51 | 33 |
| Binary | 1011010 | 101001 | 1100001 | 111 | 111010 | 0 | 111110 | 100100100 | 101001 | 11011 |
Color Harmonies of #5A2961
Complementary color
Monochromatic Colors of #5A2961
Black with #5A2961
Text Example
Text Example
White with #5A2961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2961; }
p { color: rgb(90,41,97); }
H1.HeaderClassName
{
color: #5A2961;
}
.AnyTagClassName
{
color: #5A2961;
}
</style>
background-color css
<style>
a { background-color: #5A2961; }
a { background-color: rgb(90,41,97); }
div.DivClassName
{
background-color: #5A2961;
}
.BgClassName
{
background-color: #5A2961;
}
</style>
border-color css
<style>
span { border-color: #5A2961; }
span { border-color: rgb(90,41,97); }
td.TdClassName
{
border-color: #5A2961;
}
.TagClassName
{
border-color: #5A2961;
}
</style>