Shades of Hot Purple #5B2761
Tints of Hot Purple #5B2761
RGB
CMYK
RGB Variations
Color information
#5B2761 (or 0x5B2761) is known color: Hot Purple. HEX triplet: 5B, 27 and 61. RGB value is (91,39,97). Sum of RGB (Red+Green+Blue) = 91+39+97=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B2761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2761 is #A4D89E. Grayscale: #3C3C3C. Windows color (decimal): -10803359 or 6367067. OLE color: 6367067.
HSL color Cylindrical-coordinate representation of color #5B2761: hue angle of 293.79º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B2761 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 39 | 97 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.62 |
| HSL | 293.79º | 0.43% | 0.27% | - |
| HSV(B) | 293.79º | 0.6% | 0.38% | - |
| XYZ | 7.2 | 4.54 | 11.81 | - |
| YUV | 61.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 39 | 97 | 0.06 | 0.60 | 0 | 0.62 | 293.79 | 0.43 | 0.27 |
| Hex | 5B | 27 | 61 | 6 | 3C | 0 | 3E | 126 | 2B | 1B |
| Octal | 133 | 47 | 141 | 6 | 74 | 0 | 76 | 446 | 53 | 33 |
| Binary | 1011011 | 100111 | 1100001 | 110 | 111100 | 0 | 111110 | 100100110 | 101011 | 11011 |
Color Harmonies of #5B2761
Complementary color
Monochromatic Colors of #5B2761
Black with #5B2761
Text Example
Text Example
White with #5B2761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2761; }
p { color: rgb(91,39,97); }
H1.HeaderClassName
{
color: #5B2761;
}
.AnyTagClassName
{
color: #5B2761;
}
</style>
background-color css
<style>
a { background-color: #5B2761; }
a { background-color: rgb(91,39,97); }
div.DivClassName
{
background-color: #5B2761;
}
.BgClassName
{
background-color: #5B2761;
}
</style>
border-color css
<style>
span { border-color: #5B2761; }
span { border-color: rgb(91,39,97); }
td.TdClassName
{
border-color: #5B2761;
}
.TagClassName
{
border-color: #5B2761;
}
</style>