Shades of Purple Heart #5424B2
Tints of Purple Heart #5424B2
RGB
CMYK
RGB Variations
Color information
#5424B2 (or 0x5424B2) is known color: Purple Heart. HEX triplet: 54, 24 and B2. RGB value is (84,36,178). Sum of RGB (Red+Green+Blue) = 84+36+178=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #5424B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5424B2 is #ABDB4D. Grayscale: #424242. Windows color (decimal): -11262798 or 11674708. OLE color: 11674708.
HSL color Cylindrical-coordinate representation of color #5424B2: hue angle of 260.28º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5424B2 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 36 | 178 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.30 |
| HSL | 260.28º | 0.66% | 0.42% | - |
| HSV(B) | 260.28º | 0.8% | 0.7% | - |
| XYZ | 12.32 | 6.36 | 42.7 | - |
| YUV | 66.54 | 190.9 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 178 | 0.53 | 0.80 | 0 | 0.30 | 260.28 | 0.66 | 0.42 |
| Hex | 54 | 24 | B2 | 35 | 50 | 0 | 1E | 104 | 42 | 2A |
| Octal | 124 | 44 | 262 | 65 | 120 | 0 | 36 | 404 | 102 | 52 |
| Binary | 1010100 | 100100 | 10110010 | 110101 | 1010000 | 0 | 11110 | 100000100 | 1000010 | 101010 |
Color Harmonies of #5424B2
Complementary color
Monochromatic Colors of #5424B2
Black with #5424B2
Text Example
Text Example
White with #5424B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424B2; }
p { color: rgb(84,36,178); }
H1.HeaderClassName
{
color: #5424B2;
}
.AnyTagClassName
{
color: #5424B2;
}
</style>
background-color css
<style>
a { background-color: #5424B2; }
a { background-color: rgb(84,36,178); }
div.DivClassName
{
background-color: #5424B2;
}
.BgClassName
{
background-color: #5424B2;
}
</style>
border-color css
<style>
span { border-color: #5424B2; }
span { border-color: rgb(84,36,178); }
td.TdClassName
{
border-color: #5424B2;
}
.TagClassName
{
border-color: #5424B2;
}
</style>