Shades of Purple Heart #5434DC
Tints of Purple Heart #5434DC
RGB
CMYK
RGB Variations
Color information
#5434DC (or 0x5434DC) is known color: Purple Heart. HEX triplet: 54, 34 and DC. RGB value is (84,52,220). Sum of RGB (Red+Green+Blue) = 84+52+220=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #5434DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5434DC is #ABCB23. Grayscale: #505050. Windows color (decimal): -11258660 or 14431316. OLE color: 14431316.
HSL color Cylindrical-coordinate representation of color #5434DC: hue angle of 251.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5434DC is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 52 | 220 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.14 |
| HSL | 251.43º | 0.71% | 0.53% | - |
| HSV(B) | 251.43º | 0.76% | 0.86% | - |
| XYZ | 17.8 | 9.51 | 68.61 | - |
| YUV | 80.72 | 206.6 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 220 | 0.62 | 0.76 | 0 | 0.14 | 251.43 | 0.71 | 0.53 |
| Hex | 54 | 34 | DC | 3E | 4C | 0 | E | FB | 47 | 35 |
| Octal | 124 | 64 | 334 | 76 | 114 | 0 | 16 | 373 | 107 | 65 |
| Binary | 1010100 | 110100 | 11011100 | 111110 | 1001100 | 0 | 1110 | 11111011 | 1000111 | 110101 |
Color Harmonies of #5434DC
Complementary color
Monochromatic Colors of #5434DC
Black with #5434DC
Text Example
Text Example
White with #5434DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5434DC; }
p { color: rgb(84,52,220); }
H1.HeaderClassName
{
color: #5434DC;
}
.AnyTagClassName
{
color: #5434DC;
}
</style>
background-color css
<style>
a { background-color: #5434DC; }
a { background-color: rgb(84,52,220); }
div.DivClassName
{
background-color: #5434DC;
}
.BgClassName
{
background-color: #5434DC;
}
</style>
border-color css
<style>
span { border-color: #5434DC; }
span { border-color: rgb(84,52,220); }
td.TdClassName
{
border-color: #5434DC;
}
.TagClassName
{
border-color: #5434DC;
}
</style>