Shades of Purple Heart #5425DB
Tints of Purple Heart #5425DB
RGB
CMYK
RGB Variations
Color information
#5425DB (or 0x5425DB) is known color: Purple Heart. HEX triplet: 54, 25 and DB. RGB value is (84,37,219). Sum of RGB (Red+Green+Blue) = 84+37+219=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #5425DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5425DB is #ABDA24. Grayscale: #474747. Windows color (decimal): -11262501 or 14361940. OLE color: 14361940.
HSL color Cylindrical-coordinate representation of color #5425DB: hue angle of 255.49º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5425DB is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 37 | 219 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.14 |
| HSL | 255.49º | 0.72% | 0.5% | - |
| HSV(B) | 255.49º | 0.83% | 0.86% | - |
| XYZ | 17.1 | 8.32 | 67.72 | - |
| YUV | 71.8 | 211.07 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 219 | 0.62 | 0.83 | 0 | 0.14 | 255.49 | 0.72 | 0.5 |
| Hex | 54 | 25 | DB | 3E | 53 | 0 | E | FF | 48 | 32 |
| Octal | 124 | 45 | 333 | 76 | 123 | 0 | 16 | 377 | 110 | 62 |
| Binary | 1010100 | 100101 | 11011011 | 111110 | 1010011 | 0 | 1110 | 11111111 | 1001000 | 110010 |
Color Harmonies of #5425DB
Complementary color
Monochromatic Colors of #5425DB
Black with #5425DB
Text Example
Text Example
White with #5425DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5425DB; }
p { color: rgb(84,37,219); }
H1.HeaderClassName
{
color: #5425DB;
}
.AnyTagClassName
{
color: #5425DB;
}
</style>
background-color css
<style>
a { background-color: #5425DB; }
a { background-color: rgb(84,37,219); }
div.DivClassName
{
background-color: #5425DB;
}
.BgClassName
{
background-color: #5425DB;
}
</style>
border-color css
<style>
span { border-color: #5425DB; }
span { border-color: rgb(84,37,219); }
td.TdClassName
{
border-color: #5425DB;
}
.TagClassName
{
border-color: #5425DB;
}
</style>