Shades of Hot Purple #4B2251
Tints of Hot Purple #4B2251
RGB
CMYK
RGB Variations
Color information
#4B2251 (or 0x4B2251) is known color: Hot Purple. HEX triplet: 4B, 22 and 51. RGB value is (75,34,81). Sum of RGB (Red+Green+Blue) = 75+34+81=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B2251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2251 is #B4DDAE. Grayscale: #333333. Windows color (decimal): -11853231 or 5317195. OLE color: 5317195.
HSL color Cylindrical-coordinate representation of color #4B2251: hue angle of 292.34º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B2251 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 34 | 81 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.68 |
| HSL | 292.34º | 0.41% | 0.23% | - |
| HSV(B) | 292.34º | 0.58% | 0.32% | - |
| XYZ | 4.96 | 3.23 | 8.15 | - |
| YUV | 51.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 81 | 0.07 | 0.58 | 0 | 0.68 | 292.34 | 0.41 | 0.23 |
| Hex | 4B | 22 | 51 | 7 | 3A | 0 | 44 | 124 | 29 | 17 |
| Octal | 113 | 42 | 121 | 7 | 72 | 0 | 104 | 444 | 51 | 27 |
| Binary | 1001011 | 100010 | 1010001 | 111 | 111010 | 0 | 1000100 | 100100100 | 101001 | 10111 |
Color Harmonies of #4B2251
Complementary color
Monochromatic Colors of #4B2251
Black with #4B2251
Text Example
Text Example
White with #4B2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2251; }
p { color: rgb(75,34,81); }
H1.HeaderClassName
{
color: #4B2251;
}
.AnyTagClassName
{
color: #4B2251;
}
</style>
background-color css
<style>
a { background-color: #4B2251; }
a { background-color: rgb(75,34,81); }
div.DivClassName
{
background-color: #4B2251;
}
.BgClassName
{
background-color: #4B2251;
}
</style>
border-color css
<style>
span { border-color: #4B2251; }
span { border-color: rgb(75,34,81); }
td.TdClassName
{
border-color: #4B2251;
}
.TagClassName
{
border-color: #4B2251;
}
</style>