Shades of Hot Purple #4B324D
Tints of Hot Purple #4B324D
RGB
CMYK
RGB Variations
Color information
#4B324D (or 0x4B324D) is known color: Hot Purple. HEX triplet: 4B, 32 and 4D. RGB value is (75,50,77). Sum of RGB (Red+Green+Blue) = 75+50+77=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B324D is #B4CDB2. Grayscale: #3C3C3C. Windows color (decimal): -11849139 or 5059147. OLE color: 5059147.
HSL color Cylindrical-coordinate representation of color #4B324D: hue angle of 295.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B324D is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 50 | 77 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.70 |
| HSL | 295.56º | 0.21% | 0.25% | - |
| HSV(B) | 295.56º | 0.35% | 0.3% | - |
| XYZ | 5.38 | 4.31 | 7.57 | - |
| YUV | 60.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 77 | 0.03 | 0.35 | 0 | 0.70 | 295.56 | 0.21 | 0.25 |
| Hex | 4B | 32 | 4D | 3 | 23 | 0 | 46 | 128 | 15 | 19 |
| Octal | 113 | 62 | 115 | 3 | 43 | 0 | 106 | 450 | 25 | 31 |
| Binary | 1001011 | 110010 | 1001101 | 11 | 100011 | 0 | 1000110 | 100101000 | 10101 | 11001 |
Color Harmonies of #4B324D
Complementary color
Monochromatic Colors of #4B324D
Black with #4B324D
Text Example
Text Example
White with #4B324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B324D; }
p { color: rgb(75,50,77); }
H1.HeaderClassName
{
color: #4B324D;
}
.AnyTagClassName
{
color: #4B324D;
}
</style>
background-color css
<style>
a { background-color: #4B324D; }
a { background-color: rgb(75,50,77); }
div.DivClassName
{
background-color: #4B324D;
}
.BgClassName
{
background-color: #4B324D;
}
</style>
border-color css
<style>
span { border-color: #4B324D; }
span { border-color: rgb(75,50,77); }
td.TdClassName
{
border-color: #4B324D;
}
.TagClassName
{
border-color: #4B324D;
}
</style>