Shades of Purple Heart #5428BF
Tints of Purple Heart #5428BF
RGB
CMYK
RGB Variations
Color information
#5428BF (or 0x5428BF) is known color: Purple Heart. HEX triplet: 54, 28 and BF. RGB value is (84,40,191). Sum of RGB (Red+Green+Blue) = 84+40+191=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #5428BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5428BF is #ABD740. Grayscale: #454545. Windows color (decimal): -11261761 or 12527700. OLE color: 12527700.
HSL color Cylindrical-coordinate representation of color #5428BF: hue angle of 257.48º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5428BF is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 40 | 191 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.25 |
| HSL | 257.48º | 0.65% | 0.45% | - |
| HSV(B) | 257.48º | 0.79% | 0.75% | - |
| XYZ | 13.82 | 7.16 | 49.94 | - |
| YUV | 70.37 | 196.08 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 191 | 0.56 | 0.79 | 0 | 0.25 | 257.48 | 0.65 | 0.45 |
| Hex | 54 | 28 | BF | 38 | 4F | 0 | 19 | 101 | 41 | 2D |
| Octal | 124 | 50 | 277 | 70 | 117 | 0 | 31 | 401 | 101 | 55 |
| Binary | 1010100 | 101000 | 10111111 | 111000 | 1001111 | 0 | 11001 | 100000001 | 1000001 | 101101 |
Color Harmonies of #5428BF
Complementary color
Monochromatic Colors of #5428BF
Black with #5428BF
Text Example
Text Example
White with #5428BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5428BF; }
p { color: rgb(84,40,191); }
H1.HeaderClassName
{
color: #5428BF;
}
.AnyTagClassName
{
color: #5428BF;
}
</style>
background-color css
<style>
a { background-color: #5428BF; }
a { background-color: rgb(84,40,191); }
div.DivClassName
{
background-color: #5428BF;
}
.BgClassName
{
background-color: #5428BF;
}
</style>
border-color css
<style>
span { border-color: #5428BF; }
span { border-color: rgb(84,40,191); }
td.TdClassName
{
border-color: #5428BF;
}
.TagClassName
{
border-color: #5428BF;
}
</style>