Shades of Purple Heart #5424C6
Tints of Purple Heart #5424C6
RGB
CMYK
RGB Variations
Color information
#5424C6 (or 0x5424C6) is known color: Purple Heart. HEX triplet: 54, 24 and C6. RGB value is (84,36,198). Sum of RGB (Red+Green+Blue) = 84+36+198=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 198 (77.73% from 255 or 62.26% from 318); Max value from RGB is 198 - color contains mainly: blue. Hex color #5424C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5424C6 is #ABDB39. Grayscale: #444444. Windows color (decimal): -11262778 or 12985428. OLE color: 12985428.
HSL color Cylindrical-coordinate representation of color #5424C6: hue angle of 257.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5424C6 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 36 | 198 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.22 |
| HSL | 257.78º | 0.69% | 0.46% | - |
| HSV(B) | 257.78º | 0.82% | 0.78% | - |
| XYZ | 14.48 | 7.22 | 54.06 | - |
| YUV | 68.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 198 | 0.58 | 0.82 | 0 | 0.22 | 257.78 | 0.69 | 0.46 |
| Hex | 54 | 24 | C6 | 3A | 52 | 0 | 16 | 102 | 45 | 2E |
| Octal | 124 | 44 | 306 | 72 | 122 | 0 | 26 | 402 | 105 | 56 |
| Binary | 1010100 | 100100 | 11000110 | 111010 | 1010010 | 0 | 10110 | 100000010 | 1000101 | 101110 |
Color Harmonies of #5424C6
Complementary color
Monochromatic Colors of #5424C6
Black with #5424C6
Text Example
Text Example
White with #5424C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424C6; }
p { color: rgb(84,36,198); }
H1.HeaderClassName
{
color: #5424C6;
}
.AnyTagClassName
{
color: #5424C6;
}
</style>
background-color css
<style>
a { background-color: #5424C6; }
a { background-color: rgb(84,36,198); }
div.DivClassName
{
background-color: #5424C6;
}
.BgClassName
{
background-color: #5424C6;
}
</style>
border-color css
<style>
span { border-color: #5424C6; }
span { border-color: rgb(84,36,198); }
td.TdClassName
{
border-color: #5424C6;
}
.TagClassName
{
border-color: #5424C6;
}
</style>