Shades of Hot Purple #4B224E
Tints of Hot Purple #4B224E
RGB
CMYK
RGB Variations
Color information
#4B224E (or 0x4B224E) is known color: Hot Purple. HEX triplet: 4B, 22 and 4E. RGB value is (75,34,78). Sum of RGB (Red+Green+Blue) = 75+34+78=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B224E is #B4DDB1. Grayscale: #333333. Windows color (decimal): -11853234 or 5120587. OLE color: 5120587.
HSL color Cylindrical-coordinate representation of color #4B224E: hue angle of 295.91º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B224E is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 34 | 78 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.69 |
| HSL | 295.91º | 0.39% | 0.22% | - |
| HSV(B) | 295.91º | 0.56% | 0.31% | - |
| XYZ | 4.85 | 3.19 | 7.57 | - |
| YUV | 51.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 78 | 0.04 | 0.56 | 0 | 0.69 | 295.91 | 0.39 | 0.22 |
| Hex | 4B | 22 | 4E | 4 | 38 | 0 | 45 | 128 | 27 | 16 |
| Octal | 113 | 42 | 116 | 4 | 70 | 0 | 105 | 450 | 47 | 26 |
| Binary | 1001011 | 100010 | 1001110 | 100 | 111000 | 0 | 1000101 | 100101000 | 100111 | 10110 |
Color Harmonies of #4B224E
Complementary color
Monochromatic Colors of #4B224E
Black with #4B224E
Text Example
Text Example
White with #4B224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B224E; }
p { color: rgb(75,34,78); }
H1.HeaderClassName
{
color: #4B224E;
}
.AnyTagClassName
{
color: #4B224E;
}
</style>
background-color css
<style>
a { background-color: #4B224E; }
a { background-color: rgb(75,34,78); }
div.DivClassName
{
background-color: #4B224E;
}
.BgClassName
{
background-color: #4B224E;
}
</style>
border-color css
<style>
span { border-color: #4B224E; }
span { border-color: rgb(75,34,78); }
td.TdClassName
{
border-color: #4B224E;
}
.TagClassName
{
border-color: #4B224E;
}
</style>