Shades of Purple Heart #5424B7
Tints of Purple Heart #5424B7
RGB
CMYK
RGB Variations
Color information
#5424B7 (or 0x5424B7) is known color: Purple Heart. HEX triplet: 54, 24 and B7. RGB value is (84,36,183). Sum of RGB (Red+Green+Blue) = 84+36+183=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #5424B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5424B7 is #ABDB48. Grayscale: #424242. Windows color (decimal): -11262793 or 12002388. OLE color: 12002388.
HSL color Cylindrical-coordinate representation of color #5424B7: hue angle of 259.59º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5424B7 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 36 | 183 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.28 |
| HSL | 259.59º | 0.67% | 0.43% | - |
| HSV(B) | 259.59º | 0.8% | 0.72% | - |
| XYZ | 12.83 | 6.57 | 45.39 | - |
| YUV | 67.11 | 193.4 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 183 | 0.54 | 0.80 | 0 | 0.28 | 259.59 | 0.67 | 0.43 |
| Hex | 54 | 24 | B7 | 36 | 50 | 0 | 1C | 104 | 43 | 2B |
| Octal | 124 | 44 | 267 | 66 | 120 | 0 | 34 | 404 | 103 | 53 |
| Binary | 1010100 | 100100 | 10110111 | 110110 | 1010000 | 0 | 11100 | 100000100 | 1000011 | 101011 |
Color Harmonies of #5424B7
Complementary color
Monochromatic Colors of #5424B7
Black with #5424B7
Text Example
Text Example
White with #5424B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424B7; }
p { color: rgb(84,36,183); }
H1.HeaderClassName
{
color: #5424B7;
}
.AnyTagClassName
{
color: #5424B7;
}
</style>
background-color css
<style>
a { background-color: #5424B7; }
a { background-color: rgb(84,36,183); }
div.DivClassName
{
background-color: #5424B7;
}
.BgClassName
{
background-color: #5424B7;
}
</style>
border-color css
<style>
span { border-color: #5424B7; }
span { border-color: rgb(84,36,183); }
td.TdClassName
{
border-color: #5424B7;
}
.TagClassName
{
border-color: #5424B7;
}
</style>