Shades of Purple Heart #5424BE
Tints of Purple Heart #5424BE
RGB
CMYK
RGB Variations
Color information
#5424BE (or 0x5424BE) is known color: Purple Heart. HEX triplet: 54, 24 and BE. RGB value is (84,36,190). Sum of RGB (Red+Green+Blue) = 84+36+190=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #5424BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5424BE is #ABDB41. Grayscale: #434343. Windows color (decimal): -11262786 or 12461140. OLE color: 12461140.
HSL color Cylindrical-coordinate representation of color #5424BE: hue angle of 258.7º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5424BE is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 36 | 190 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.25 |
| HSL | 258.7º | 0.68% | 0.44% | - |
| HSV(B) | 258.7º | 0.81% | 0.75% | - |
| XYZ | 13.58 | 6.86 | 49.32 | - |
| YUV | 67.91 | 196.9 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 190 | 0.56 | 0.81 | 0 | 0.25 | 258.7 | 0.68 | 0.44 |
| Hex | 54 | 24 | BE | 38 | 51 | 0 | 19 | 103 | 44 | 2C |
| Octal | 124 | 44 | 276 | 70 | 121 | 0 | 31 | 403 | 104 | 54 |
| Binary | 1010100 | 100100 | 10111110 | 111000 | 1010001 | 0 | 11001 | 100000011 | 1000100 | 101100 |
Color Harmonies of #5424BE
Complementary color
Monochromatic Colors of #5424BE
Black with #5424BE
Text Example
Text Example
White with #5424BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424BE; }
p { color: rgb(84,36,190); }
H1.HeaderClassName
{
color: #5424BE;
}
.AnyTagClassName
{
color: #5424BE;
}
</style>
background-color css
<style>
a { background-color: #5424BE; }
a { background-color: rgb(84,36,190); }
div.DivClassName
{
background-color: #5424BE;
}
.BgClassName
{
background-color: #5424BE;
}
</style>
border-color css
<style>
span { border-color: #5424BE; }
span { border-color: rgb(84,36,190); }
td.TdClassName
{
border-color: #5424BE;
}
.TagClassName
{
border-color: #5424BE;
}
</style>