Shades of Hot Purple #5B315F
Tints of Hot Purple #5B315F
RGB
CMYK
RGB Variations
Color information
#5B315F (or 0x5B315F) is known color: Hot Purple. HEX triplet: 5B, 31 and 5F. RGB value is (91,49,95). Sum of RGB (Red+Green+Blue) = 91+49+95=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B315F is #A4CEA0. Grayscale: #424242. Windows color (decimal): -10800801 or 6238555. OLE color: 6238555.
HSL color Cylindrical-coordinate representation of color #5B315F: hue angle of 294.78º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B315F is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 49 | 95 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.63 |
| HSL | 294.78º | 0.32% | 0.28% | - |
| HSV(B) | 294.78º | 0.48% | 0.37% | - |
| XYZ | 7.48 | 5.25 | 11.45 | - |
| YUV | 66.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 95 | 0.04 | 0.48 | 0 | 0.63 | 294.78 | 0.32 | 0.28 |
| Hex | 5B | 31 | 5F | 4 | 30 | 0 | 3F | 127 | 20 | 1C |
| Octal | 133 | 61 | 137 | 4 | 60 | 0 | 77 | 447 | 40 | 34 |
| Binary | 1011011 | 110001 | 1011111 | 100 | 110000 | 0 | 111111 | 100100111 | 100000 | 11100 |
Color Harmonies of #5B315F
Complementary color
Monochromatic Colors of #5B315F
Black with #5B315F
Text Example
Text Example
White with #5B315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B315F; }
p { color: rgb(91,49,95); }
H1.HeaderClassName
{
color: #5B315F;
}
.AnyTagClassName
{
color: #5B315F;
}
</style>
background-color css
<style>
a { background-color: #5B315F; }
a { background-color: rgb(91,49,95); }
div.DivClassName
{
background-color: #5B315F;
}
.BgClassName
{
background-color: #5B315F;
}
</style>
border-color css
<style>
span { border-color: #5B315F; }
span { border-color: rgb(91,49,95); }
td.TdClassName
{
border-color: #5B315F;
}
.TagClassName
{
border-color: #5B315F;
}
</style>