Shades of Hot Purple #5B2460
Tints of Hot Purple #5B2460
RGB
CMYK
RGB Variations
Color information
#5B2460 (or 0x5B2460) is known color: Hot Purple. HEX triplet: 5B, 24 and 60. RGB value is (91,36,96). Sum of RGB (Red+Green+Blue) = 91+36+96=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B2460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2460 is #A4DB9F. Grayscale: #3B3B3B. Windows color (decimal): -10804128 or 6300763. OLE color: 6300763.
HSL color Cylindrical-coordinate representation of color #5B2460: hue angle of 295º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B2460 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 36 | 96 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.62 |
| HSL | 295º | 0.45% | 0.26% | - |
| HSV(B) | 295º | 0.63% | 0.38% | - |
| XYZ | 7.06 | 4.33 | 11.53 | - |
| YUV | 59.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 96 | 0.05 | 0.62 | 0 | 0.62 | 295 | 0.45 | 0.26 |
| Hex | 5B | 24 | 60 | 5 | 3E | 0 | 3E | 127 | 2D | 1A |
| Octal | 133 | 44 | 140 | 5 | 76 | 0 | 76 | 447 | 55 | 32 |
| Binary | 1011011 | 100100 | 1100000 | 101 | 111110 | 0 | 111110 | 100100111 | 101101 | 11010 |
Color Harmonies of #5B2460
Complementary color
Monochromatic Colors of #5B2460
Black with #5B2460
Text Example
Text Example
White with #5B2460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2460; }
p { color: rgb(91,36,96); }
H1.HeaderClassName
{
color: #5B2460;
}
.AnyTagClassName
{
color: #5B2460;
}
</style>
background-color css
<style>
a { background-color: #5B2460; }
a { background-color: rgb(91,36,96); }
div.DivClassName
{
background-color: #5B2460;
}
.BgClassName
{
background-color: #5B2460;
}
</style>
border-color css
<style>
span { border-color: #5B2460; }
span { border-color: rgb(91,36,96); }
td.TdClassName
{
border-color: #5B2460;
}
.TagClassName
{
border-color: #5B2460;
}
</style>