Shades of Purple Heart #5430DC
Tints of Purple Heart #5430DC
RGB
CMYK
RGB Variations
Color information
#5430DC (or 0x5430DC) is known color: Purple Heart. HEX triplet: 54, 30 and DC. RGB value is (84,48,220). Sum of RGB (Red+Green+Blue) = 84+48+220=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #5430DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430DC is #ABCF23. Grayscale: #4D4D4D. Windows color (decimal): -11259684 or 14430292. OLE color: 14430292.
HSL color Cylindrical-coordinate representation of color #5430DC: hue angle of 252.56º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5430DC is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 48 | 220 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.14 |
| HSL | 252.56º | 0.71% | 0.53% | - |
| HSV(B) | 252.56º | 0.78% | 0.86% | - |
| XYZ | 17.63 | 9.17 | 68.55 | - |
| YUV | 78.37 | 207.93 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 220 | 0.62 | 0.78 | 0 | 0.14 | 252.56 | 0.71 | 0.53 |
| Hex | 54 | 30 | DC | 3E | 4E | 0 | E | FD | 47 | 35 |
| Octal | 124 | 60 | 334 | 76 | 116 | 0 | 16 | 375 | 107 | 65 |
| Binary | 1010100 | 110000 | 11011100 | 111110 | 1001110 | 0 | 1110 | 11111101 | 1000111 | 110101 |
Color Harmonies of #5430DC
Complementary color
Monochromatic Colors of #5430DC
Black with #5430DC
Text Example
Text Example
White with #5430DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5430DC; }
p { color: rgb(84,48,220); }
H1.HeaderClassName
{
color: #5430DC;
}
.AnyTagClassName
{
color: #5430DC;
}
</style>
background-color css
<style>
a { background-color: #5430DC; }
a { background-color: rgb(84,48,220); }
div.DivClassName
{
background-color: #5430DC;
}
.BgClassName
{
background-color: #5430DC;
}
</style>
border-color css
<style>
span { border-color: #5430DC; }
span { border-color: rgb(84,48,220); }
td.TdClassName
{
border-color: #5430DC;
}
.TagClassName
{
border-color: #5430DC;
}
</style>