Shades of Hot Purple #4B2351
Tints of Hot Purple #4B2351
RGB
CMYK
RGB Variations
Color information
#4B2351 (or 0x4B2351) is known color: Hot Purple. HEX triplet: 4B, 23 and 51. RGB value is (75,35,81). Sum of RGB (Red+Green+Blue) = 75+35+81=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B2351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2351 is #B4DCAE. Grayscale: #343434. Windows color (decimal): -11852975 or 5317451. OLE color: 5317451.
HSL color Cylindrical-coordinate representation of color #4B2351: hue angle of 292.17º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2351 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 35 | 81 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.68 |
| HSL | 292.17º | 0.4% | 0.23% | - |
| HSV(B) | 292.17º | 0.57% | 0.32% | - |
| XYZ | 4.99 | 3.29 | 8.16 | - |
| YUV | 52.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 81 | 0.07 | 0.57 | 0 | 0.68 | 292.17 | 0.4 | 0.23 |
| Hex | 4B | 23 | 51 | 7 | 39 | 0 | 44 | 124 | 28 | 17 |
| Octal | 113 | 43 | 121 | 7 | 71 | 0 | 104 | 444 | 50 | 27 |
| Binary | 1001011 | 100011 | 1010001 | 111 | 111001 | 0 | 1000100 | 100100100 | 101000 | 10111 |
Color Harmonies of #4B2351
Complementary color
Monochromatic Colors of #4B2351
Black with #4B2351
Text Example
Text Example
White with #4B2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2351; }
p { color: rgb(75,35,81); }
H1.HeaderClassName
{
color: #4B2351;
}
.AnyTagClassName
{
color: #4B2351;
}
</style>
background-color css
<style>
a { background-color: #4B2351; }
a { background-color: rgb(75,35,81); }
div.DivClassName
{
background-color: #4B2351;
}
.BgClassName
{
background-color: #4B2351;
}
</style>
border-color css
<style>
span { border-color: #4B2351; }
span { border-color: rgb(75,35,81); }
td.TdClassName
{
border-color: #4B2351;
}
.TagClassName
{
border-color: #4B2351;
}
</style>