Shades of Hot Purple #4B224A
Tints of Hot Purple #4B224A
RGB
CMYK
RGB Variations
Color information
#4B224A (or 0x4B224A) is known color: Hot Purple. HEX triplet: 4B, 22 and 4A. RGB value is (75,34,74). Sum of RGB (Red+Green+Blue) = 75+34+74=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B224A is #B4DDB5. Grayscale: #323232. Windows color (decimal): -11853238 or 4858443. OLE color: 4858443.
HSL color Cylindrical-coordinate representation of color #4B224A: hue angle of 301.46º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B224A is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 34 | 74 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.71 |
| HSL | 301.46º | 0.38% | 0.21% | - |
| HSV(B) | 301.46º | 0.55% | 0.29% | - |
| XYZ | 4.71 | 3.13 | 6.84 | - |
| YUV | 50.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 74 | 0 | 0.55 | 0.01 | 0.71 | 301.46 | 0.38 | 0.21 |
| Hex | 4B | 22 | 4A | 0 | 37 | 1 | 47 | 12D | 26 | 15 |
| Octal | 113 | 42 | 112 | 0 | 67 | 1 | 107 | 455 | 46 | 25 |
| Binary | 1001011 | 100010 | 1001010 | 0 | 110111 | 1 | 1000111 | 100101101 | 100110 | 10101 |
Color Harmonies of #4B224A
Complementary color
Monochromatic Colors of #4B224A
Black with #4B224A
Text Example
Text Example
White with #4B224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B224A; }
p { color: rgb(75,34,74); }
H1.HeaderClassName
{
color: #4B224A;
}
.AnyTagClassName
{
color: #4B224A;
}
</style>
background-color css
<style>
a { background-color: #4B224A; }
a { background-color: rgb(75,34,74); }
div.DivClassName
{
background-color: #4B224A;
}
.BgClassName
{
background-color: #4B224A;
}
</style>
border-color css
<style>
span { border-color: #4B224A; }
span { border-color: rgb(75,34,74); }
td.TdClassName
{
border-color: #4B224A;
}
.TagClassName
{
border-color: #4B224A;
}
</style>