Shades of Hot Purple #5B3660
Tints of Hot Purple #5B3660
RGB
CMYK
RGB Variations
Color information
#5B3660 (or 0x5B3660) is known color: Hot Purple. HEX triplet: 5B, 36 and 60. RGB value is (91,54,96). Sum of RGB (Red+Green+Blue) = 91+54+96=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 54 (21.48% from 255 or 22.41% 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 #5B3660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3660 is #A4C99F. Grayscale: #454545. Windows color (decimal): -10799520 or 6305371. OLE color: 6305371.
HSL color Cylindrical-coordinate representation of color #5B3660: hue angle of 292.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B3660 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 54 | 96 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.62 |
| HSL | 292.86º | 0.28% | 0.29% | - |
| HSV(B) | 292.86º | 0.44% | 0.38% | - |
| XYZ | 7.74 | 5.71 | 11.76 | - |
| YUV | 69.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 96 | 0.05 | 0.44 | 0 | 0.62 | 292.86 | 0.28 | 0.29 |
| Hex | 5B | 36 | 60 | 5 | 2C | 0 | 3E | 125 | 1C | 1D |
| Octal | 133 | 66 | 140 | 5 | 54 | 0 | 76 | 445 | 34 | 35 |
| Binary | 1011011 | 110110 | 1100000 | 101 | 101100 | 0 | 111110 | 100100101 | 11100 | 11101 |
Color Harmonies of #5B3660
Complementary color
Monochromatic Colors of #5B3660
Black with #5B3660
Text Example
Text Example
White with #5B3660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3660; }
p { color: rgb(91,54,96); }
H1.HeaderClassName
{
color: #5B3660;
}
.AnyTagClassName
{
color: #5B3660;
}
</style>
background-color css
<style>
a { background-color: #5B3660; }
a { background-color: rgb(91,54,96); }
div.DivClassName
{
background-color: #5B3660;
}
.BgClassName
{
background-color: #5B3660;
}
</style>
border-color css
<style>
span { border-color: #5B3660; }
span { border-color: rgb(91,54,96); }
td.TdClassName
{
border-color: #5B3660;
}
.TagClassName
{
border-color: #5B3660;
}
</style>