Shades of Hot Purple #4B034D
Tints of Hot Purple #4B034D
RGB
CMYK
RGB Variations
Color information
#4B034D (or 0x4B034D) is known color: Hot Purple. HEX triplet: 4B, 03 and 4D. RGB value is (75,3,77). Sum of RGB (Red+Green+Blue) = 75+3+77=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B034D is #B4FCB2. Grayscale: #202020. Windows color (decimal): -11861171 or 5047115. OLE color: 5047115.
HSL color Cylindrical-coordinate representation of color #4B034D: hue angle of 298.38º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B034D is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 3 | 77 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.70 |
| HSL | 298.38º | 0.93% | 0.16% | - |
| HSV(B) | 298.38º | 0.96% | 0.3% | - |
| XYZ | 4.27 | 2.1 | 7.2 | - |
| YUV | 32.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 77 | 0.03 | 0.96 | 0 | 0.70 | 298.38 | 0.93 | 0.16 |
| Hex | 4B | 3 | 4D | 3 | 60 | 0 | 46 | 12A | 5C | 10 |
| Octal | 113 | 3 | 115 | 3 | 140 | 0 | 106 | 452 | 134 | 20 |
| Binary | 1001011 | 11 | 1001101 | 11 | 1100000 | 0 | 1000110 | 100101010 | 1011100 | 10000 |
Color Harmonies of #4B034D
Complementary color
Monochromatic Colors of #4B034D
Black with #4B034D
Text Example
Text Example
White with #4B034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B034D; }
p { color: rgb(75,3,77); }
H1.HeaderClassName
{
color: #4B034D;
}
.AnyTagClassName
{
color: #4B034D;
}
</style>
background-color css
<style>
a { background-color: #4B034D; }
a { background-color: rgb(75,3,77); }
div.DivClassName
{
background-color: #4B034D;
}
.BgClassName
{
background-color: #4B034D;
}
</style>
border-color css
<style>
span { border-color: #4B034D; }
span { border-color: rgb(75,3,77); }
td.TdClassName
{
border-color: #4B034D;
}
.TagClassName
{
border-color: #4B034D;
}
</style>