Shades of Hot Purple #5B335E
Tints of Hot Purple #5B335E
RGB
CMYK
RGB Variations
Color information
#5B335E (or 0x5B335E) is known color: Hot Purple. HEX triplet: 5B, 33 and 5E. RGB value is (91,51,94). Sum of RGB (Red+Green+Blue) = 91+51+94=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B335E is #A4CCA1. Grayscale: #434343. Windows color (decimal): -10800290 or 6173531. OLE color: 6173531.
HSL color Cylindrical-coordinate representation of color #5B335E: hue angle of 295.81º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B335E is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 51 | 94 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.63 |
| HSL | 295.81º | 0.3% | 0.28% | - |
| HSV(B) | 295.81º | 0.46% | 0.37% | - |
| XYZ | 7.52 | 5.4 | 11.24 | - |
| YUV | 67.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 94 | 0.03 | 0.46 | 0 | 0.63 | 295.81 | 0.3 | 0.28 |
| Hex | 5B | 33 | 5E | 3 | 2E | 0 | 3F | 128 | 1E | 1C |
| Octal | 133 | 63 | 136 | 3 | 56 | 0 | 77 | 450 | 36 | 34 |
| Binary | 1011011 | 110011 | 1011110 | 11 | 101110 | 0 | 111111 | 100101000 | 11110 | 11100 |
Color Harmonies of #5B335E
Complementary color
Monochromatic Colors of #5B335E
Black with #5B335E
Text Example
Text Example
White with #5B335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B335E; }
p { color: rgb(91,51,94); }
H1.HeaderClassName
{
color: #5B335E;
}
.AnyTagClassName
{
color: #5B335E;
}
</style>
background-color css
<style>
a { background-color: #5B335E; }
a { background-color: rgb(91,51,94); }
div.DivClassName
{
background-color: #5B335E;
}
.BgClassName
{
background-color: #5B335E;
}
</style>
border-color css
<style>
span { border-color: #5B335E; }
span { border-color: rgb(91,51,94); }
td.TdClassName
{
border-color: #5B335E;
}
.TagClassName
{
border-color: #5B335E;
}
</style>