Shades of Hot Purple #4B3251
Tints of Hot Purple #4B3251
RGB
CMYK
RGB Variations
Color information
#4B3251 (or 0x4B3251) is known color: Hot Purple. HEX triplet: 4B, 32 and 51. RGB value is (75,50,81). Sum of RGB (Red+Green+Blue) = 75+50+81=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B3251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3251 is #B4CDAE. Grayscale: #3C3C3C. Windows color (decimal): -11849135 or 5321291. OLE color: 5321291.
HSL color Cylindrical-coordinate representation of color #4B3251: hue angle of 288.39º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B3251 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 50 | 81 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.68 |
| HSL | 288.39º | 0.24% | 0.26% | - |
| HSV(B) | 288.39º | 0.38% | 0.32% | - |
| XYZ | 5.53 | 4.37 | 8.34 | - |
| YUV | 61.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 81 | 0.07 | 0.38 | 0 | 0.68 | 288.39 | 0.24 | 0.26 |
| Hex | 4B | 32 | 51 | 7 | 26 | 0 | 44 | 120 | 18 | 1A |
| Octal | 113 | 62 | 121 | 7 | 46 | 0 | 104 | 440 | 30 | 32 |
| Binary | 1001011 | 110010 | 1010001 | 111 | 100110 | 0 | 1000100 | 100100000 | 11000 | 11010 |
Color Harmonies of #4B3251
Complementary color
Monochromatic Colors of #4B3251
Black with #4B3251
Text Example
Text Example
White with #4B3251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3251; }
p { color: rgb(75,50,81); }
H1.HeaderClassName
{
color: #4B3251;
}
.AnyTagClassName
{
color: #4B3251;
}
</style>
background-color css
<style>
a { background-color: #4B3251; }
a { background-color: rgb(75,50,81); }
div.DivClassName
{
background-color: #4B3251;
}
.BgClassName
{
background-color: #4B3251;
}
</style>
border-color css
<style>
span { border-color: #4B3251; }
span { border-color: rgb(75,50,81); }
td.TdClassName
{
border-color: #4B3251;
}
.TagClassName
{
border-color: #4B3251;
}
</style>