Shades of Hot Purple #5A3760
Tints of Hot Purple #5A3760
RGB
CMYK
RGB Variations
Color information
#5A3760 (or 0x5A3760) is known color: Hot Purple. HEX triplet: 5A, 37 and 60. RGB value is (90,55,96). Sum of RGB (Red+Green+Blue) = 90+55+96=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A3760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3760 is #A5C89F. Grayscale: #464646. Windows color (decimal): -10864800 or 6305626. OLE color: 6305626.
HSL color Cylindrical-coordinate representation of color #5A3760: hue angle of 291.22º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A3760 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 55 | 96 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.62 |
| HSL | 291.22º | 0.27% | 0.3% | - |
| HSV(B) | 291.22º | 0.43% | 0.38% | - |
| XYZ | 7.69 | 5.75 | 11.77 | - |
| YUV | 70.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 96 | 0.06 | 0.43 | 0 | 0.62 | 291.22 | 0.27 | 0.3 |
| Hex | 5A | 37 | 60 | 6 | 2B | 0 | 3E | 123 | 1B | 1E |
| Octal | 132 | 67 | 140 | 6 | 53 | 0 | 76 | 443 | 33 | 36 |
| Binary | 1011010 | 110111 | 1100000 | 110 | 101011 | 0 | 111110 | 100100011 | 11011 | 11110 |
Color Harmonies of #5A3760
Complementary color
Monochromatic Colors of #5A3760
Black with #5A3760
Text Example
Text Example
White with #5A3760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3760; }
p { color: rgb(90,55,96); }
H1.HeaderClassName
{
color: #5A3760;
}
.AnyTagClassName
{
color: #5A3760;
}
</style>
background-color css
<style>
a { background-color: #5A3760; }
a { background-color: rgb(90,55,96); }
div.DivClassName
{
background-color: #5A3760;
}
.BgClassName
{
background-color: #5A3760;
}
</style>
border-color css
<style>
span { border-color: #5A3760; }
span { border-color: rgb(90,55,96); }
td.TdClassName
{
border-color: #5A3760;
}
.TagClassName
{
border-color: #5A3760;
}
</style>