Shades of Hot Purple #4B0950
Tints of Hot Purple #4B0950
RGB
CMYK
RGB Variations
Color information
#4B0950 (or 0x4B0950) is known color: Hot Purple. HEX triplet: 4B, 09 and 50. RGB value is (75,9,80). Sum of RGB (Red+Green+Blue) = 75+9+80=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B0950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0950 is #B4F6AF. Grayscale: #242424. Windows color (decimal): -11859632 or 5245259. OLE color: 5245259.
HSL color Cylindrical-coordinate representation of color #4B0950: hue angle of 295.77º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0950 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 9 | 80 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.69 |
| HSL | 295.77º | 0.8% | 0.17% | - |
| HSV(B) | 295.77º | 0.89% | 0.31% | - |
| XYZ | 4.45 | 2.27 | 7.79 | - |
| YUV | 36.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 80 | 0.06 | 0.89 | 0 | 0.69 | 295.77 | 0.8 | 0.17 |
| Hex | 4B | 9 | 50 | 6 | 59 | 0 | 45 | 128 | 50 | 11 |
| Octal | 113 | 11 | 120 | 6 | 131 | 0 | 105 | 450 | 120 | 21 |
| Binary | 1001011 | 1001 | 1010000 | 110 | 1011001 | 0 | 1000101 | 100101000 | 1010000 | 10001 |
Color Harmonies of #4B0950
Complementary color
Monochromatic Colors of #4B0950
Black with #4B0950
Text Example
Text Example
White with #4B0950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0950; }
p { color: rgb(75,9,80); }
H1.HeaderClassName
{
color: #4B0950;
}
.AnyTagClassName
{
color: #4B0950;
}
</style>
background-color css
<style>
a { background-color: #4B0950; }
a { background-color: rgb(75,9,80); }
div.DivClassName
{
background-color: #4B0950;
}
.BgClassName
{
background-color: #4B0950;
}
</style>
border-color css
<style>
span { border-color: #4B0950; }
span { border-color: rgb(75,9,80); }
td.TdClassName
{
border-color: #4B0950;
}
.TagClassName
{
border-color: #4B0950;
}
</style>