Shades of Hot Purple #5B395B
Tints of Hot Purple #5B395B
RGB
CMYK
RGB Variations
Color information
#5B395B (or 0x5B395B) is known color: Hot Purple. HEX triplet: 5B, 39 and 5B. RGB value is (91,57,91). Sum of RGB (Red+Green+Blue) = 91+57+91=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B395B is #A4C6A4. Grayscale: #464646. Windows color (decimal): -10798757 or 5978459. OLE color: 5978459.
HSL color Cylindrical-coordinate representation of color #5B395B: hue angle of 300º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B395B is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 57 | 91 | - |
| CMYK | 0 | 0.37 | 0 | 0.64 |
| HSL | 300º | 0.23% | 0.29% | - |
| HSV(B) | 300º | 0.37% | 0.36% | - |
| XYZ | 7.67 | 5.91 | 10.63 | - |
| YUV | 71.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 91 | 0 | 0.37 | 0 | 0.64 | 300 | 0.23 | 0.29 |
| Hex | 5B | 39 | 5B | 0 | 25 | 0 | 40 | 12C | 17 | 1D |
| Octal | 133 | 71 | 133 | 0 | 45 | 0 | 100 | 454 | 27 | 35 |
| Binary | 1011011 | 111001 | 1011011 | 0 | 100101 | 0 | 1000000 | 100101100 | 10111 | 11101 |
Color Harmonies of #5B395B
Complementary color
Monochromatic Colors of #5B395B
Black with #5B395B
Text Example
Text Example
White with #5B395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B395B; }
p { color: rgb(91,57,91); }
H1.HeaderClassName
{
color: #5B395B;
}
.AnyTagClassName
{
color: #5B395B;
}
</style>
background-color css
<style>
a { background-color: #5B395B; }
a { background-color: rgb(91,57,91); }
div.DivClassName
{
background-color: #5B395B;
}
.BgClassName
{
background-color: #5B395B;
}
</style>
border-color css
<style>
span { border-color: #5B395B; }
span { border-color: rgb(91,57,91); }
td.TdClassName
{
border-color: #5B395B;
}
.TagClassName
{
border-color: #5B395B;
}
</style>