Shades of Hot Purple #4B0550
Tints of Hot Purple #4B0550
RGB
CMYK
RGB Variations
Color information
#4B0550 (or 0x4B0550) is known color: Hot Purple. HEX triplet: 4B, 05 and 50. RGB value is (75,5,80). Sum of RGB (Red+Green+Blue) = 75+5+80=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B0550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0550 is #B4FAAF. Grayscale: #222222. Windows color (decimal): -11860656 or 5244235. OLE color: 5244235.
HSL color Cylindrical-coordinate representation of color #4B0550: hue angle of 296º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0550 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 5 | 80 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.69 |
| HSL | 296º | 0.88% | 0.17% | - |
| HSV(B) | 296º | 0.94% | 0.31% | - |
| XYZ | 4.4 | 2.18 | 7.78 | - |
| YUV | 34.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 80 | 0.06 | 0.94 | 0 | 0.69 | 296 | 0.88 | 0.17 |
| Hex | 4B | 5 | 50 | 6 | 5E | 0 | 45 | 128 | 58 | 11 |
| Octal | 113 | 5 | 120 | 6 | 136 | 0 | 105 | 450 | 130 | 21 |
| Binary | 1001011 | 101 | 1010000 | 110 | 1011110 | 0 | 1000101 | 100101000 | 1011000 | 10001 |
Color Harmonies of #4B0550
Complementary color
Monochromatic Colors of #4B0550
Black with #4B0550
Text Example
Text Example
White with #4B0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0550; }
p { color: rgb(75,5,80); }
H1.HeaderClassName
{
color: #4B0550;
}
.AnyTagClassName
{
color: #4B0550;
}
</style>
background-color css
<style>
a { background-color: #4B0550; }
a { background-color: rgb(75,5,80); }
div.DivClassName
{
background-color: #4B0550;
}
.BgClassName
{
background-color: #4B0550;
}
</style>
border-color css
<style>
span { border-color: #4B0550; }
span { border-color: rgb(75,5,80); }
td.TdClassName
{
border-color: #4B0550;
}
.TagClassName
{
border-color: #4B0550;
}
</style>