Shades of Hot Purple #5B3061
Tints of Hot Purple #5B3061
RGB
CMYK
RGB Variations
Color information
#5B3061 (or 0x5B3061) is known color: Hot Purple. HEX triplet: 5B, 30 and 61. RGB value is (91,48,97). Sum of RGB (Red+Green+Blue) = 91+48+97=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B3061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3061 is #A4CF9E. Grayscale: #424242. Windows color (decimal): -10801055 or 6369371. OLE color: 6369371.
HSL color Cylindrical-coordinate representation of color #5B3061: hue angle of 292.65º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B3061 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 48 | 97 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.62 |
| HSL | 292.65º | 0.34% | 0.28% | - |
| HSV(B) | 292.65º | 0.51% | 0.38% | - |
| XYZ | 7.53 | 5.2 | 11.92 | - |
| YUV | 66.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 48 | 97 | 0.06 | 0.51 | 0 | 0.62 | 292.65 | 0.34 | 0.28 |
| Hex | 5B | 30 | 61 | 6 | 33 | 0 | 3E | 125 | 22 | 1C |
| Octal | 133 | 60 | 141 | 6 | 63 | 0 | 76 | 445 | 42 | 34 |
| Binary | 1011011 | 110000 | 1100001 | 110 | 110011 | 0 | 111110 | 100100101 | 100010 | 11100 |
Color Harmonies of #5B3061
Complementary color
Monochromatic Colors of #5B3061
Black with #5B3061
Text Example
Text Example
White with #5B3061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3061; }
p { color: rgb(91,48,97); }
H1.HeaderClassName
{
color: #5B3061;
}
.AnyTagClassName
{
color: #5B3061;
}
</style>
background-color css
<style>
a { background-color: #5B3061; }
a { background-color: rgb(91,48,97); }
div.DivClassName
{
background-color: #5B3061;
}
.BgClassName
{
background-color: #5B3061;
}
</style>
border-color css
<style>
span { border-color: #5B3061; }
span { border-color: rgb(91,48,97); }
td.TdClassName
{
border-color: #5B3061;
}
.TagClassName
{
border-color: #5B3061;
}
</style>