Shades of Hot Purple #5B335C
Tints of Hot Purple #5B335C
RGB
CMYK
RGB Variations
Color information
#5B335C (or 0x5B335C) is known color: Hot Purple. HEX triplet: 5B, 33 and 5C. RGB value is (91,51,92). Sum of RGB (Red+Green+Blue) = 91+51+92=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B335C is #A4CCA3. Grayscale: #434343. Windows color (decimal): -10800292 or 6042459. OLE color: 6042459.
HSL color Cylindrical-coordinate representation of color #5B335C: hue angle of 298.54º 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 #5B335C is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 92 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.64 |
| HSL | 298.54º | 0.29% | 0.28% | - |
| HSV(B) | 298.54º | 0.45% | 0.36% | - |
| XYZ | 7.43 | 5.36 | 10.77 | - |
| YUV | 67.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 92 | 0.01 | 0.45 | 0 | 0.64 | 298.54 | 0.29 | 0.28 |
| Hex | 5B | 33 | 5C | 1 | 2D | 0 | 40 | 12B | 1D | 1C |
| Octal | 133 | 63 | 134 | 1 | 55 | 0 | 100 | 453 | 35 | 34 |
| Binary | 1011011 | 110011 | 1011100 | 1 | 101101 | 0 | 1000000 | 100101011 | 11101 | 11100 |
Color Harmonies of #5B335C
Complementary color
Monochromatic Colors of #5B335C
Black with #5B335C
Text Example
Text Example
White with #5B335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B335C; }
p { color: rgb(91,51,92); }
H1.HeaderClassName
{
color: #5B335C;
}
.AnyTagClassName
{
color: #5B335C;
}
</style>
background-color css
<style>
a { background-color: #5B335C; }
a { background-color: rgb(91,51,92); }
div.DivClassName
{
background-color: #5B335C;
}
.BgClassName
{
background-color: #5B335C;
}
</style>
border-color css
<style>
span { border-color: #5B335C; }
span { border-color: rgb(91,51,92); }
td.TdClassName
{
border-color: #5B335C;
}
.TagClassName
{
border-color: #5B335C;
}
</style>