Shades of Hot Purple #5B355F
Tints of Hot Purple #5B355F
RGB
CMYK
RGB Variations
Color information
#5B355F (or 0x5B355F) is known color: Hot Purple. HEX triplet: 5B, 35 and 5F. RGB value is (91,53,95). Sum of RGB (Red+Green+Blue) = 91+53+95=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B355F is #A4CAA0. Grayscale: #454545. Windows color (decimal): -10799777 or 6239579. OLE color: 6239579.
HSL color Cylindrical-coordinate representation of color #5B355F: hue angle of 294.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B355F is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 53 | 95 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.63 |
| HSL | 294.29º | 0.28% | 0.29% | - |
| HSV(B) | 294.29º | 0.44% | 0.37% | - |
| XYZ | 7.65 | 5.6 | 11.5 | - |
| YUV | 69.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 95 | 0.04 | 0.44 | 0 | 0.63 | 294.29 | 0.28 | 0.29 |
| Hex | 5B | 35 | 5F | 4 | 2C | 0 | 3F | 126 | 1C | 1D |
| Octal | 133 | 65 | 137 | 4 | 54 | 0 | 77 | 446 | 34 | 35 |
| Binary | 1011011 | 110101 | 1011111 | 100 | 101100 | 0 | 111111 | 100100110 | 11100 | 11101 |
Color Harmonies of #5B355F
Complementary color
Monochromatic Colors of #5B355F
Black with #5B355F
Text Example
Text Example
White with #5B355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B355F; }
p { color: rgb(91,53,95); }
H1.HeaderClassName
{
color: #5B355F;
}
.AnyTagClassName
{
color: #5B355F;
}
</style>
background-color css
<style>
a { background-color: #5B355F; }
a { background-color: rgb(91,53,95); }
div.DivClassName
{
background-color: #5B355F;
}
.BgClassName
{
background-color: #5B355F;
}
</style>
border-color css
<style>
span { border-color: #5B355F; }
span { border-color: rgb(91,53,95); }
td.TdClassName
{
border-color: #5B355F;
}
.TagClassName
{
border-color: #5B355F;
}
</style>