Shades of Purple Heart #5424D3
Tints of Purple Heart #5424D3
RGB
CMYK
RGB Variations
Color information
#5424D3 (or 0x5424D3) is known color: Purple Heart. HEX triplet: 54, 24 and D3. RGB value is (84,36,211). Sum of RGB (Red+Green+Blue) = 84+36+211=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 211 (82.81% from 255 or 63.75% from 331); Max value from RGB is 211 - color contains mainly: blue. Hex color #5424D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5424D3 is #ABDB2C. Grayscale: #454545. Windows color (decimal): -11262765 or 13837396. OLE color: 13837396.
HSL color Cylindrical-coordinate representation of color #5424D3: hue angle of 256.46º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5424D3 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 36 | 211 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.17 |
| HSL | 256.46º | 0.71% | 0.48% | - |
| HSV(B) | 256.46º | 0.83% | 0.83% | - |
| XYZ | 16.04 | 7.85 | 62.3 | - |
| YUV | 70.3 | 207.4 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 211 | 0.60 | 0.83 | 0 | 0.17 | 256.46 | 0.71 | 0.48 |
| Hex | 54 | 24 | D3 | 3C | 53 | 0 | 11 | 100 | 47 | 30 |
| Octal | 124 | 44 | 323 | 74 | 123 | 0 | 21 | 400 | 107 | 60 |
| Binary | 1010100 | 100100 | 11010011 | 111100 | 1010011 | 0 | 10001 | 100000000 | 1000111 | 110000 |
Color Harmonies of #5424D3
Complementary color
Monochromatic Colors of #5424D3
Black with #5424D3
Text Example
Text Example
White with #5424D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424D3; }
p { color: rgb(84,36,211); }
H1.HeaderClassName
{
color: #5424D3;
}
.AnyTagClassName
{
color: #5424D3;
}
</style>
background-color css
<style>
a { background-color: #5424D3; }
a { background-color: rgb(84,36,211); }
div.DivClassName
{
background-color: #5424D3;
}
.BgClassName
{
background-color: #5424D3;
}
</style>
border-color css
<style>
span { border-color: #5424D3; }
span { border-color: rgb(84,36,211); }
td.TdClassName
{
border-color: #5424D3;
}
.TagClassName
{
border-color: #5424D3;
}
</style>