Shades of Hot Purple #4B3351
Tints of Hot Purple #4B3351
RGB
CMYK
RGB Variations
Color information
#4B3351 (or 0x4B3351) is known color: Hot Purple. HEX triplet: 4B, 33 and 51. RGB value is (75,51,81). Sum of RGB (Red+Green+Blue) = 75+51+81=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B3351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3351 is #B4CCAE. Grayscale: #3D3D3D. Windows color (decimal): -11848879 or 5321547. OLE color: 5321547.
HSL color Cylindrical-coordinate representation of color #4B3351: hue angle of 288º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B3351 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 51 | 81 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.68 |
| HSL | 288º | 0.23% | 0.26% | - |
| HSV(B) | 288º | 0.37% | 0.32% | - |
| XYZ | 5.57 | 4.46 | 8.35 | - |
| YUV | 61.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 81 | 0.07 | 0.37 | 0 | 0.68 | 288 | 0.23 | 0.26 |
| Hex | 4B | 33 | 51 | 7 | 25 | 0 | 44 | 120 | 17 | 1A |
| Octal | 113 | 63 | 121 | 7 | 45 | 0 | 104 | 440 | 27 | 32 |
| Binary | 1001011 | 110011 | 1010001 | 111 | 100101 | 0 | 1000100 | 100100000 | 10111 | 11010 |
Color Harmonies of #4B3351
Complementary color
Monochromatic Colors of #4B3351
Black with #4B3351
Text Example
Text Example
White with #4B3351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3351; }
p { color: rgb(75,51,81); }
H1.HeaderClassName
{
color: #4B3351;
}
.AnyTagClassName
{
color: #4B3351;
}
</style>
background-color css
<style>
a { background-color: #4B3351; }
a { background-color: rgb(75,51,81); }
div.DivClassName
{
background-color: #4B3351;
}
.BgClassName
{
background-color: #4B3351;
}
</style>
border-color css
<style>
span { border-color: #4B3351; }
span { border-color: rgb(75,51,81); }
td.TdClassName
{
border-color: #4B3351;
}
.TagClassName
{
border-color: #4B3351;
}
</style>