Shades of Hot Purple #5B2A60
Tints of Hot Purple #5B2A60
RGB
CMYK
RGB Variations
Color information
#5B2A60 (or 0x5B2A60) is known color: Hot Purple. HEX triplet: 5B, 2A and 60. RGB value is (91,42,96). Sum of RGB (Red+Green+Blue) = 91+42+96=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B2A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2A60 is #A4D59F. Grayscale: #3E3E3E. Windows color (decimal): -10802592 or 6302299. OLE color: 6302299.
HSL color Cylindrical-coordinate representation of color #5B2A60: hue angle of 294.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B2A60 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 42 | 96 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.62 |
| HSL | 294.44º | 0.39% | 0.27% | - |
| HSV(B) | 294.44º | 0.56% | 0.38% | - |
| XYZ | 7.25 | 4.72 | 11.6 | - |
| YUV | 62.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 96 | 0.05 | 0.56 | 0 | 0.62 | 294.44 | 0.39 | 0.27 |
| Hex | 5B | 2A | 60 | 5 | 38 | 0 | 3E | 126 | 27 | 1B |
| Octal | 133 | 52 | 140 | 5 | 70 | 0 | 76 | 446 | 47 | 33 |
| Binary | 1011011 | 101010 | 1100000 | 101 | 111000 | 0 | 111110 | 100100110 | 100111 | 11011 |
Color Harmonies of #5B2A60
Complementary color
Monochromatic Colors of #5B2A60
Black with #5B2A60
Text Example
Text Example
White with #5B2A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2A60; }
p { color: rgb(91,42,96); }
H1.HeaderClassName
{
color: #5B2A60;
}
.AnyTagClassName
{
color: #5B2A60;
}
</style>
background-color css
<style>
a { background-color: #5B2A60; }
a { background-color: rgb(91,42,96); }
div.DivClassName
{
background-color: #5B2A60;
}
.BgClassName
{
background-color: #5B2A60;
}
</style>
border-color css
<style>
span { border-color: #5B2A60; }
span { border-color: rgb(91,42,96); }
td.TdClassName
{
border-color: #5B2A60;
}
.TagClassName
{
border-color: #5B2A60;
}
</style>