Shades of Purple Heart #5420D0
Tints of Purple Heart #5420D0
RGB
CMYK
RGB Variations
Color information
#5420D0 (or 0x5420D0) is known color: Purple Heart. HEX triplet: 54, 20 and D0. RGB value is (84,32,208). Sum of RGB (Red+Green+Blue) = 84+32+208=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #5420D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5420D0 is #ABDF2F. Grayscale: #424242. Windows color (decimal): -11263792 or 13639764. OLE color: 13639764.
HSL color Cylindrical-coordinate representation of color #5420D0: hue angle of 257.73º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5420D0 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 32 | 208 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.18 |
| HSL | 257.73º | 0.73% | 0.47% | - |
| HSV(B) | 257.73º | 0.85% | 0.82% | - |
| XYZ | 15.56 | 7.47 | 60.3 | - |
| YUV | 67.61 | 207.23 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 208 | 0.60 | 0.85 | 0 | 0.18 | 257.73 | 0.73 | 0.47 |
| Hex | 54 | 20 | D0 | 3C | 55 | 0 | 12 | 102 | 49 | 2F |
| Octal | 124 | 40 | 320 | 74 | 125 | 0 | 22 | 402 | 111 | 57 |
| Binary | 1010100 | 100000 | 11010000 | 111100 | 1010101 | 0 | 10010 | 100000010 | 1001001 | 101111 |
Color Harmonies of #5420D0
Complementary color
Monochromatic Colors of #5420D0
Black with #5420D0
Text Example
Text Example
White with #5420D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5420D0; }
p { color: rgb(84,32,208); }
H1.HeaderClassName
{
color: #5420D0;
}
.AnyTagClassName
{
color: #5420D0;
}
</style>
background-color css
<style>
a { background-color: #5420D0; }
a { background-color: rgb(84,32,208); }
div.DivClassName
{
background-color: #5420D0;
}
.BgClassName
{
background-color: #5420D0;
}
</style>
border-color css
<style>
span { border-color: #5420D0; }
span { border-color: rgb(84,32,208); }
td.TdClassName
{
border-color: #5420D0;
}
.TagClassName
{
border-color: #5420D0;
}
</style>