Shades of Hot Purple #4B2151
Tints of Hot Purple #4B2151
RGB
CMYK
RGB Variations
Color information
#4B2151 (or 0x4B2151) is known color: Hot Purple. HEX triplet: 4B, 21 and 51. RGB value is (75,33,81). Sum of RGB (Red+Green+Blue) = 75+33+81=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B2151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2151 is #B4DEAE. Grayscale: #323232. Windows color (decimal): -11853487 or 5316939. OLE color: 5316939.
HSL color Cylindrical-coordinate representation of color #4B2151: hue angle of 292.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B2151 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 33 | 81 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.68 |
| HSL | 292.5º | 0.42% | 0.22% | - |
| HSV(B) | 292.5º | 0.59% | 0.32% | - |
| XYZ | 4.93 | 3.18 | 8.14 | - |
| YUV | 51.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 81 | 0.07 | 0.59 | 0 | 0.68 | 292.5 | 0.42 | 0.22 |
| Hex | 4B | 21 | 51 | 7 | 3B | 0 | 44 | 124 | 2A | 16 |
| Octal | 113 | 41 | 121 | 7 | 73 | 0 | 104 | 444 | 52 | 26 |
| Binary | 1001011 | 100001 | 1010001 | 111 | 111011 | 0 | 1000100 | 100100100 | 101010 | 10110 |
Color Harmonies of #4B2151
Complementary color
Monochromatic Colors of #4B2151
Black with #4B2151
Text Example
Text Example
White with #4B2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2151; }
p { color: rgb(75,33,81); }
H1.HeaderClassName
{
color: #4B2151;
}
.AnyTagClassName
{
color: #4B2151;
}
</style>
background-color css
<style>
a { background-color: #4B2151; }
a { background-color: rgb(75,33,81); }
div.DivClassName
{
background-color: #4B2151;
}
.BgClassName
{
background-color: #4B2151;
}
</style>
border-color css
<style>
span { border-color: #4B2151; }
span { border-color: rgb(75,33,81); }
td.TdClassName
{
border-color: #4B2151;
}
.TagClassName
{
border-color: #4B2151;
}
</style>