Shades of Hot Purple #4B304D
Tints of Hot Purple #4B304D
RGB
CMYK
RGB Variations
Color information
#4B304D (or 0x4B304D) is known color: Hot Purple. HEX triplet: 4B, 30 and 4D. RGB value is (75,48,77). Sum of RGB (Red+Green+Blue) = 75+48+77=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B304D is #B4CFB2. Grayscale: #3B3B3B. Windows color (decimal): -11849651 or 5058635. OLE color: 5058635.
HSL color Cylindrical-coordinate representation of color #4B304D: hue angle of 295.86º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B304D is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 48 | 77 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.70 |
| HSL | 295.86º | 0.23% | 0.25% | - |
| HSV(B) | 295.86º | 0.38% | 0.3% | - |
| XYZ | 5.3 | 4.15 | 7.54 | - |
| YUV | 59.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 77 | 0.03 | 0.38 | 0 | 0.70 | 295.86 | 0.23 | 0.25 |
| Hex | 4B | 30 | 4D | 3 | 26 | 0 | 46 | 128 | 17 | 19 |
| Octal | 113 | 60 | 115 | 3 | 46 | 0 | 106 | 450 | 27 | 31 |
| Binary | 1001011 | 110000 | 1001101 | 11 | 100110 | 0 | 1000110 | 100101000 | 10111 | 11001 |
Color Harmonies of #4B304D
Complementary color
Monochromatic Colors of #4B304D
Black with #4B304D
Text Example
Text Example
White with #4B304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B304D; }
p { color: rgb(75,48,77); }
H1.HeaderClassName
{
color: #4B304D;
}
.AnyTagClassName
{
color: #4B304D;
}
</style>
background-color css
<style>
a { background-color: #4B304D; }
a { background-color: rgb(75,48,77); }
div.DivClassName
{
background-color: #4B304D;
}
.BgClassName
{
background-color: #4B304D;
}
</style>
border-color css
<style>
span { border-color: #4B304D; }
span { border-color: rgb(75,48,77); }
td.TdClassName
{
border-color: #4B304D;
}
.TagClassName
{
border-color: #4B304D;
}
</style>