Shades of Hot Purple #4B044D
Tints of Hot Purple #4B044D
RGB
CMYK
RGB Variations
Color information
#4B044D (or 0x4B044D) is known color: Hot Purple. HEX triplet: 4B, 04 and 4D. RGB value is (75,4,77). Sum of RGB (Red+Green+Blue) = 75+4+77=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B044D is #B4FBB2. Grayscale: #212121. Windows color (decimal): -11860915 or 5047371. OLE color: 5047371.
HSL color Cylindrical-coordinate representation of color #4B044D: hue angle of 298.36º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B044D is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 4 | 77 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.70 |
| HSL | 298.36º | 0.9% | 0.16% | - |
| HSV(B) | 298.36º | 0.95% | 0.3% | - |
| XYZ | 4.28 | 2.12 | 7.2 | - |
| YUV | 33.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 77 | 0.03 | 0.95 | 0 | 0.70 | 298.36 | 0.9 | 0.16 |
| Hex | 4B | 4 | 4D | 3 | 5F | 0 | 46 | 12A | 5A | 10 |
| Octal | 113 | 4 | 115 | 3 | 137 | 0 | 106 | 452 | 132 | 20 |
| Binary | 1001011 | 100 | 1001101 | 11 | 1011111 | 0 | 1000110 | 100101010 | 1011010 | 10000 |
Color Harmonies of #4B044D
Complementary color
Monochromatic Colors of #4B044D
Black with #4B044D
Text Example
Text Example
White with #4B044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B044D; }
p { color: rgb(75,4,77); }
H1.HeaderClassName
{
color: #4B044D;
}
.AnyTagClassName
{
color: #4B044D;
}
</style>
background-color css
<style>
a { background-color: #4B044D; }
a { background-color: rgb(75,4,77); }
div.DivClassName
{
background-color: #4B044D;
}
.BgClassName
{
background-color: #4B044D;
}
</style>
border-color css
<style>
span { border-color: #4B044D; }
span { border-color: rgb(75,4,77); }
td.TdClassName
{
border-color: #4B044D;
}
.TagClassName
{
border-color: #4B044D;
}
</style>