Shades of Hot Purple #5A3560
Tints of Hot Purple #5A3560
RGB
CMYK
RGB Variations
Color information
#5A3560 (or 0x5A3560) is known color: Hot Purple. HEX triplet: 5A, 35 and 60. RGB value is (90,53,96). Sum of RGB (Red+Green+Blue) = 90+53+96=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A3560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3560 is #A5CA9F. Grayscale: #444444. Windows color (decimal): -10865312 or 6305114. OLE color: 6305114.
HSL color Cylindrical-coordinate representation of color #5A3560: hue angle of 291.63º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A3560 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 53 | 96 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.62 |
| HSL | 291.63º | 0.29% | 0.29% | - |
| HSV(B) | 291.63º | 0.45% | 0.38% | - |
| XYZ | 7.6 | 5.56 | 11.74 | - |
| YUV | 68.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 96 | 0.06 | 0.45 | 0 | 0.62 | 291.63 | 0.29 | 0.29 |
| Hex | 5A | 35 | 60 | 6 | 2D | 0 | 3E | 124 | 1D | 1D |
| Octal | 132 | 65 | 140 | 6 | 55 | 0 | 76 | 444 | 35 | 35 |
| Binary | 1011010 | 110101 | 1100000 | 110 | 101101 | 0 | 111110 | 100100100 | 11101 | 11101 |
Color Harmonies of #5A3560
Complementary color
Monochromatic Colors of #5A3560
Black with #5A3560
Text Example
Text Example
White with #5A3560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3560; }
p { color: rgb(90,53,96); }
H1.HeaderClassName
{
color: #5A3560;
}
.AnyTagClassName
{
color: #5A3560;
}
</style>
background-color css
<style>
a { background-color: #5A3560; }
a { background-color: rgb(90,53,96); }
div.DivClassName
{
background-color: #5A3560;
}
.BgClassName
{
background-color: #5A3560;
}
</style>
border-color css
<style>
span { border-color: #5A3560; }
span { border-color: rgb(90,53,96); }
td.TdClassName
{
border-color: #5A3560;
}
.TagClassName
{
border-color: #5A3560;
}
</style>