Shades of Hot Purple #5B335F
Tints of Hot Purple #5B335F
RGB
CMYK
RGB Variations
Color information
#5B335F (or 0x5B335F) is known color: Hot Purple. HEX triplet: 5B, 33 and 5F. RGB value is (91,51,95). Sum of RGB (Red+Green+Blue) = 91+51+95=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B335F is #A4CCA0. Grayscale: #434343. Windows color (decimal): -10800289 or 6239067. OLE color: 6239067.
HSL color Cylindrical-coordinate representation of color #5B335F: hue angle of 294.55º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B335F is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 51 | 95 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.63 |
| HSL | 294.55º | 0.3% | 0.29% | - |
| HSV(B) | 294.55º | 0.46% | 0.37% | - |
| XYZ | 7.56 | 5.42 | 11.47 | - |
| YUV | 67.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 95 | 0.04 | 0.46 | 0 | 0.63 | 294.55 | 0.3 | 0.29 |
| Hex | 5B | 33 | 5F | 4 | 2E | 0 | 3F | 127 | 1E | 1D |
| Octal | 133 | 63 | 137 | 4 | 56 | 0 | 77 | 447 | 36 | 35 |
| Binary | 1011011 | 110011 | 1011111 | 100 | 101110 | 0 | 111111 | 100100111 | 11110 | 11101 |
Color Harmonies of #5B335F
Complementary color
Monochromatic Colors of #5B335F
Black with #5B335F
Text Example
Text Example
White with #5B335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B335F; }
p { color: rgb(91,51,95); }
H1.HeaderClassName
{
color: #5B335F;
}
.AnyTagClassName
{
color: #5B335F;
}
</style>
background-color css
<style>
a { background-color: #5B335F; }
a { background-color: rgb(91,51,95); }
div.DivClassName
{
background-color: #5B335F;
}
.BgClassName
{
background-color: #5B335F;
}
</style>
border-color css
<style>
span { border-color: #5B335F; }
span { border-color: rgb(91,51,95); }
td.TdClassName
{
border-color: #5B335F;
}
.TagClassName
{
border-color: #5B335F;
}
</style>