Shades of Purple Heart #5432DB
Tints of Purple Heart #5432DB
RGB
CMYK
RGB Variations
Color information
#5432DB (or 0x5432DB) is known color: Purple Heart. HEX triplet: 54, 32 and DB. RGB value is (84,50,219). Sum of RGB (Red+Green+Blue) = 84+50+219=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #5432DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5432DB is #ABCD24. Grayscale: #4E4E4E. Windows color (decimal): -11259173 or 14365268. OLE color: 14365268.
HSL color Cylindrical-coordinate representation of color #5432DB: hue angle of 252.07º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5432DB is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 50 | 219 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.14 |
| HSL | 252.07º | 0.7% | 0.53% | - |
| HSV(B) | 252.07º | 0.77% | 0.86% | - |
| XYZ | 17.58 | 9.28 | 67.88 | - |
| YUV | 79.43 | 206.76 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 219 | 0.62 | 0.77 | 0 | 0.14 | 252.07 | 0.7 | 0.53 |
| Hex | 54 | 32 | DB | 3E | 4D | 0 | E | FC | 46 | 35 |
| Octal | 124 | 62 | 333 | 76 | 115 | 0 | 16 | 374 | 106 | 65 |
| Binary | 1010100 | 110010 | 11011011 | 111110 | 1001101 | 0 | 1110 | 11111100 | 1000110 | 110101 |
Color Harmonies of #5432DB
Complementary color
Monochromatic Colors of #5432DB
Black with #5432DB
Text Example
Text Example
White with #5432DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5432DB; }
p { color: rgb(84,50,219); }
H1.HeaderClassName
{
color: #5432DB;
}
.AnyTagClassName
{
color: #5432DB;
}
</style>
background-color css
<style>
a { background-color: #5432DB; }
a { background-color: rgb(84,50,219); }
div.DivClassName
{
background-color: #5432DB;
}
.BgClassName
{
background-color: #5432DB;
}
</style>
border-color css
<style>
span { border-color: #5432DB; }
span { border-color: rgb(84,50,219); }
td.TdClassName
{
border-color: #5432DB;
}
.TagClassName
{
border-color: #5432DB;
}
</style>