Shades of Hot Purple #5B2A61
Tints of Hot Purple #5B2A61
RGB
CMYK
RGB Variations
Color information
#5B2A61 (or 0x5B2A61) is known color: Hot Purple. HEX triplet: 5B, 2A and 61. RGB value is (91,42,97). Sum of RGB (Red+Green+Blue) = 91+42+97=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B2A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2A61 is #A4D59E. Grayscale: #3E3E3E. Windows color (decimal): -10802591 or 6367835. OLE color: 6367835.
HSL color Cylindrical-coordinate representation of color #5B2A61: hue angle of 293.45º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B2A61 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 42 | 97 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.62 |
| HSL | 293.45º | 0.4% | 0.27% | - |
| HSV(B) | 293.45º | 0.57% | 0.38% | - |
| XYZ | 7.3 | 4.74 | 11.84 | - |
| YUV | 62.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 97 | 0.06 | 0.57 | 0 | 0.62 | 293.45 | 0.4 | 0.27 |
| Hex | 5B | 2A | 61 | 6 | 39 | 0 | 3E | 125 | 28 | 1B |
| Octal | 133 | 52 | 141 | 6 | 71 | 0 | 76 | 445 | 50 | 33 |
| Binary | 1011011 | 101010 | 1100001 | 110 | 111001 | 0 | 111110 | 100100101 | 101000 | 11011 |
Color Harmonies of #5B2A61
Complementary color
Monochromatic Colors of #5B2A61
Black with #5B2A61
Text Example
Text Example
White with #5B2A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2A61; }
p { color: rgb(91,42,97); }
H1.HeaderClassName
{
color: #5B2A61;
}
.AnyTagClassName
{
color: #5B2A61;
}
</style>
background-color css
<style>
a { background-color: #5B2A61; }
a { background-color: rgb(91,42,97); }
div.DivClassName
{
background-color: #5B2A61;
}
.BgClassName
{
background-color: #5B2A61;
}
</style>
border-color css
<style>
span { border-color: #5B2A61; }
span { border-color: rgb(91,42,97); }
td.TdClassName
{
border-color: #5B2A61;
}
.TagClassName
{
border-color: #5B2A61;
}
</style>