Shades of Hot Purple #5B335D
Tints of Hot Purple #5B335D
RGB
CMYK
RGB Variations
Color information
#5B335D (or 0x5B335D) is known color: Hot Purple. HEX triplet: 5B, 33 and 5D. RGB value is (91,51,93). Sum of RGB (Red+Green+Blue) = 91+51+93=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B335D is #A4CCA2. Grayscale: #434343. Windows color (decimal): -10800291 or 6107995. OLE color: 6107995.
HSL color Cylindrical-coordinate representation of color #5B335D: hue angle of 297.14º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B335D is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 93 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.64 |
| HSL | 297.14º | 0.29% | 0.28% | - |
| HSV(B) | 297.14º | 0.45% | 0.36% | - |
| XYZ | 7.47 | 5.38 | 11 | - |
| YUV | 67.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 93 | 0.02 | 0.45 | 0 | 0.64 | 297.14 | 0.29 | 0.28 |
| Hex | 5B | 33 | 5D | 2 | 2D | 0 | 40 | 129 | 1D | 1C |
| Octal | 133 | 63 | 135 | 2 | 55 | 0 | 100 | 451 | 35 | 34 |
| Binary | 1011011 | 110011 | 1011101 | 10 | 101101 | 0 | 1000000 | 100101001 | 11101 | 11100 |
Color Harmonies of #5B335D
Complementary color
Monochromatic Colors of #5B335D
Black with #5B335D
Text Example
Text Example
White with #5B335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B335D; }
p { color: rgb(91,51,93); }
H1.HeaderClassName
{
color: #5B335D;
}
.AnyTagClassName
{
color: #5B335D;
}
</style>
background-color css
<style>
a { background-color: #5B335D; }
a { background-color: rgb(91,51,93); }
div.DivClassName
{
background-color: #5B335D;
}
.BgClassName
{
background-color: #5B335D;
}
</style>
border-color css
<style>
span { border-color: #5B335D; }
span { border-color: rgb(91,51,93); }
td.TdClassName
{
border-color: #5B335D;
}
.TagClassName
{
border-color: #5B335D;
}
</style>