Shades of Hot Purple #5B305B
Tints of Hot Purple #5B305B
RGB
CMYK
RGB Variations
Color information
#5B305B (or 0x5B305B) is known color: Hot Purple. HEX triplet: 5B, 30 and 5B. RGB value is (91,48,91). Sum of RGB (Red+Green+Blue) = 91+48+91=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B305B is #A4CFA4. Grayscale: #414141. Windows color (decimal): -10801061 or 5976155. OLE color: 5976155.
HSL color Cylindrical-coordinate representation of color #5B305B: hue angle of 300º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B305B is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 48 | 91 | - |
| CMYK | 0 | 0.47 | 0 | 0.64 |
| HSL | 300º | 0.31% | 0.27% | - |
| HSV(B) | 300º | 0.47% | 0.36% | - |
| XYZ | 7.26 | 5.09 | 10.5 | - |
| YUV | 65.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 48 | 91 | 0 | 0.47 | 0 | 0.64 | 300 | 0.31 | 0.27 |
| Hex | 5B | 30 | 5B | 0 | 2F | 0 | 40 | 12C | 1F | 1B |
| Octal | 133 | 60 | 133 | 0 | 57 | 0 | 100 | 454 | 37 | 33 |
| Binary | 1011011 | 110000 | 1011011 | 0 | 101111 | 0 | 1000000 | 100101100 | 11111 | 11011 |
Color Harmonies of #5B305B
Complementary color
Monochromatic Colors of #5B305B
Black with #5B305B
Text Example
Text Example
White with #5B305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B305B; }
p { color: rgb(91,48,91); }
H1.HeaderClassName
{
color: #5B305B;
}
.AnyTagClassName
{
color: #5B305B;
}
</style>
background-color css
<style>
a { background-color: #5B305B; }
a { background-color: rgb(91,48,91); }
div.DivClassName
{
background-color: #5B305B;
}
.BgClassName
{
background-color: #5B305B;
}
</style>
border-color css
<style>
span { border-color: #5B305B; }
span { border-color: rgb(91,48,91); }
td.TdClassName
{
border-color: #5B305B;
}
.TagClassName
{
border-color: #5B305B;
}
</style>