Shades of Hot Purple #4B3050
Tints of Hot Purple #4B3050
RGB
CMYK
RGB Variations
Color information
#4B3050 (or 0x4B3050) is known color: Hot Purple. HEX triplet: 4B, 30 and 50. RGB value is (75,48,80). Sum of RGB (Red+Green+Blue) = 75+48+80=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B3050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3050 is #B4CFAF. Grayscale: #3B3B3B. Windows color (decimal): -11849648 or 5255243. OLE color: 5255243.
HSL color Cylindrical-coordinate representation of color #4B3050: hue angle of 290.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B3050 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 48 | 80 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.69 |
| HSL | 290.63º | 0.25% | 0.25% | - |
| HSV(B) | 290.63º | 0.4% | 0.31% | - |
| XYZ | 5.41 | 4.19 | 8.11 | - |
| YUV | 59.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 80 | 0.06 | 0.40 | 0 | 0.69 | 290.63 | 0.25 | 0.25 |
| Hex | 4B | 30 | 50 | 6 | 28 | 0 | 45 | 123 | 19 | 19 |
| Octal | 113 | 60 | 120 | 6 | 50 | 0 | 105 | 443 | 31 | 31 |
| Binary | 1001011 | 110000 | 1010000 | 110 | 101000 | 0 | 1000101 | 100100011 | 11001 | 11001 |
Color Harmonies of #4B3050
Complementary color
Monochromatic Colors of #4B3050
Black with #4B3050
Text Example
Text Example
White with #4B3050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3050; }
p { color: rgb(75,48,80); }
H1.HeaderClassName
{
color: #4B3050;
}
.AnyTagClassName
{
color: #4B3050;
}
</style>
background-color css
<style>
a { background-color: #4B3050; }
a { background-color: rgb(75,48,80); }
div.DivClassName
{
background-color: #4B3050;
}
.BgClassName
{
background-color: #4B3050;
}
</style>
border-color css
<style>
span { border-color: #4B3050; }
span { border-color: rgb(75,48,80); }
td.TdClassName
{
border-color: #4B3050;
}
.TagClassName
{
border-color: #4B3050;
}
</style>