Shades of Purple Heart #5424CC
Tints of Purple Heart #5424CC
RGB
CMYK
RGB Variations
Color information
#5424CC (or 0x5424CC) is known color: Purple Heart. HEX triplet: 54, 24 and CC. RGB value is (84,36,204). Sum of RGB (Red+Green+Blue) = 84+36+204=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #5424CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5424CC is #ABDB33. Grayscale: #444444. Windows color (decimal): -11262772 or 13378644. OLE color: 13378644.
HSL color Cylindrical-coordinate representation of color #5424CC: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5424CC is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 36 | 204 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.2 |
| HSL | 257.14º | 0.7% | 0.47% | - |
| HSV(B) | 257.14º | 0.82% | 0.8% | - |
| XYZ | 15.19 | 7.51 | 57.78 | - |
| YUV | 69.5 | 203.9 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 204 | 0.59 | 0.82 | 0 | 0.2 | 257.14 | 0.7 | 0.47 |
| Hex | 54 | 24 | CC | 3B | 52 | 0 | 14 | 101 | 46 | 2F |
| Octal | 124 | 44 | 314 | 73 | 122 | 0 | 24 | 401 | 106 | 57 |
| Binary | 1010100 | 100100 | 11001100 | 111011 | 1010010 | 0 | 10100 | 100000001 | 1000110 | 101111 |
Color Harmonies of #5424CC
Complementary color
Monochromatic Colors of #5424CC
Black with #5424CC
Text Example
Text Example
White with #5424CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424CC; }
p { color: rgb(84,36,204); }
H1.HeaderClassName
{
color: #5424CC;
}
.AnyTagClassName
{
color: #5424CC;
}
</style>
background-color css
<style>
a { background-color: #5424CC; }
a { background-color: rgb(84,36,204); }
div.DivClassName
{
background-color: #5424CC;
}
.BgClassName
{
background-color: #5424CC;
}
</style>
border-color css
<style>
span { border-color: #5424CC; }
span { border-color: rgb(84,36,204); }
td.TdClassName
{
border-color: #5424CC;
}
.TagClassName
{
border-color: #5424CC;
}
</style>