Shades of Hot Purple #5B2C61
Tints of Hot Purple #5B2C61
RGB
CMYK
RGB Variations
Color information
#5B2C61 (or 0x5B2C61) is known color: Hot Purple. HEX triplet: 5B, 2C and 61. RGB value is (91,44,97). Sum of RGB (Red+Green+Blue) = 91+44+97=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B2C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2C61 is #A4D39E. Grayscale: #3F3F3F. Windows color (decimal): -10802079 or 6368347. OLE color: 6368347.
HSL color Cylindrical-coordinate representation of color #5B2C61: hue angle of 293.21º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B2C61 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 44 | 97 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.62 |
| HSL | 293.21º | 0.38% | 0.28% | - |
| HSV(B) | 293.21º | 0.55% | 0.38% | - |
| XYZ | 7.37 | 4.89 | 11.86 | - |
| YUV | 64.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 97 | 0.06 | 0.55 | 0 | 0.62 | 293.21 | 0.38 | 0.28 |
| Hex | 5B | 2C | 61 | 6 | 37 | 0 | 3E | 125 | 26 | 1C |
| Octal | 133 | 54 | 141 | 6 | 67 | 0 | 76 | 445 | 46 | 34 |
| Binary | 1011011 | 101100 | 1100001 | 110 | 110111 | 0 | 111110 | 100100101 | 100110 | 11100 |
Color Harmonies of #5B2C61
Complementary color
Monochromatic Colors of #5B2C61
Black with #5B2C61
Text Example
Text Example
White with #5B2C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2C61; }
p { color: rgb(91,44,97); }
H1.HeaderClassName
{
color: #5B2C61;
}
.AnyTagClassName
{
color: #5B2C61;
}
</style>
background-color css
<style>
a { background-color: #5B2C61; }
a { background-color: rgb(91,44,97); }
div.DivClassName
{
background-color: #5B2C61;
}
.BgClassName
{
background-color: #5B2C61;
}
</style>
border-color css
<style>
span { border-color: #5B2C61; }
span { border-color: rgb(91,44,97); }
td.TdClassName
{
border-color: #5B2C61;
}
.TagClassName
{
border-color: #5B2C61;
}
</style>