Shades of Hot Purple #4B214E
Tints of Hot Purple #4B214E
RGB
CMYK
RGB Variations
Color information
#4B214E (or 0x4B214E) is known color: Hot Purple. HEX triplet: 4B, 21 and 4E. RGB value is (75,33,78). Sum of RGB (Red+Green+Blue) = 75+33+78=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B214E is #B4DEB1. Grayscale: #323232. Windows color (decimal): -11853490 or 5120331. OLE color: 5120331.
HSL color Cylindrical-coordinate representation of color #4B214E: hue angle of 296º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B214E is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 33 | 78 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.69 |
| HSL | 296º | 0.41% | 0.22% | - |
| HSV(B) | 296º | 0.58% | 0.31% | - |
| XYZ | 4.82 | 3.13 | 7.56 | - |
| YUV | 50.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 33 | 78 | 0.04 | 0.58 | 0 | 0.69 | 296 | 0.41 | 0.22 |
| Hex | 4B | 21 | 4E | 4 | 3A | 0 | 45 | 128 | 29 | 16 |
| Octal | 113 | 41 | 116 | 4 | 72 | 0 | 105 | 450 | 51 | 26 |
| Binary | 1001011 | 100001 | 1001110 | 100 | 111010 | 0 | 1000101 | 100101000 | 101001 | 10110 |
Color Harmonies of #4B214E
Complementary color
Monochromatic Colors of #4B214E
Black with #4B214E
Text Example
Text Example
White with #4B214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B214E; }
p { color: rgb(75,33,78); }
H1.HeaderClassName
{
color: #4B214E;
}
.AnyTagClassName
{
color: #4B214E;
}
</style>
background-color css
<style>
a { background-color: #4B214E; }
a { background-color: rgb(75,33,78); }
div.DivClassName
{
background-color: #4B214E;
}
.BgClassName
{
background-color: #4B214E;
}
</style>
border-color css
<style>
span { border-color: #4B214E; }
span { border-color: rgb(75,33,78); }
td.TdClassName
{
border-color: #4B214E;
}
.TagClassName
{
border-color: #4B214E;
}
</style>