Shades of Purple Heart #4B24AE
Tints of Purple Heart #4B24AE
RGB
CMYK
RGB Variations
Color information
#4B24AE (or 0x4B24AE) is known color: Purple Heart. HEX triplet: 4B, 24 and AE. RGB value is (75,36,174). Sum of RGB (Red+Green+Blue) = 75+36+174=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B24AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B24AE is #B4DB51. Grayscale: #3E3E3E. Windows color (decimal): -11852626 or 11412555. OLE color: 11412555.
HSL color Cylindrical-coordinate representation of color #4B24AE: hue angle of 256.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B24AE is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 36 | 174 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.32 |
| HSL | 256.96º | 0.66% | 0.41% | - |
| HSV(B) | 256.96º | 0.79% | 0.68% | - |
| XYZ | 11.17 | 5.81 | 40.58 | - |
| YUV | 63.39 | 190.42 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 174 | 0.57 | 0.79 | 0 | 0.32 | 256.96 | 0.66 | 0.41 |
| Hex | 4B | 24 | AE | 39 | 4F | 0 | 20 | 101 | 42 | 29 |
| Octal | 113 | 44 | 256 | 71 | 117 | 0 | 40 | 401 | 102 | 51 |
| Binary | 1001011 | 100100 | 10101110 | 111001 | 1001111 | 0 | 100000 | 100000001 | 1000010 | 101001 |
Color Harmonies of #4B24AE
Complementary color
Monochromatic Colors of #4B24AE
Black with #4B24AE
Text Example
Text Example
White with #4B24AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B24AE; }
p { color: rgb(75,36,174); }
H1.HeaderClassName
{
color: #4B24AE;
}
.AnyTagClassName
{
color: #4B24AE;
}
</style>
background-color css
<style>
a { background-color: #4B24AE; }
a { background-color: rgb(75,36,174); }
div.DivClassName
{
background-color: #4B24AE;
}
.BgClassName
{
background-color: #4B24AE;
}
</style>
border-color css
<style>
span { border-color: #4B24AE; }
span { border-color: rgb(75,36,174); }
td.TdClassName
{
border-color: #4B24AE;
}
.TagClassName
{
border-color: #4B24AE;
}
</style>