Shades of Purple Heart #5421CF
Tints of Purple Heart #5421CF
RGB
CMYK
RGB Variations
Color information
#5421CF (or 0x5421CF) is known color: Purple Heart. HEX triplet: 54, 21 and CF. RGB value is (84,33,207). Sum of RGB (Red+Green+Blue) = 84+33+207=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #5421CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5421CF is #ABDE30. Grayscale: #434343. Windows color (decimal): -11263537 or 13574484. OLE color: 13574484.
HSL color Cylindrical-coordinate representation of color #5421CF: hue angle of 257.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5421CF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 33 | 207 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.19 |
| HSL | 257.59º | 0.73% | 0.47% | - |
| HSV(B) | 257.59º | 0.84% | 0.81% | - |
| XYZ | 15.46 | 7.48 | 59.66 | - |
| YUV | 68.09 | 206.4 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 207 | 0.59 | 0.84 | 0 | 0.19 | 257.59 | 0.73 | 0.47 |
| Hex | 54 | 21 | CF | 3B | 54 | 0 | 13 | 102 | 48 | 2F |
| Octal | 124 | 41 | 317 | 73 | 124 | 0 | 23 | 402 | 110 | 57 |
| Binary | 1010100 | 100001 | 11001111 | 111011 | 1010100 | 0 | 10011 | 100000010 | 1001000 | 101111 |
Color Harmonies of #5421CF
Complementary color
Monochromatic Colors of #5421CF
Black with #5421CF
Text Example
Text Example
White with #5421CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5421CF; }
p { color: rgb(84,33,207); }
H1.HeaderClassName
{
color: #5421CF;
}
.AnyTagClassName
{
color: #5421CF;
}
</style>
background-color css
<style>
a { background-color: #5421CF; }
a { background-color: rgb(84,33,207); }
div.DivClassName
{
background-color: #5421CF;
}
.BgClassName
{
background-color: #5421CF;
}
</style>
border-color css
<style>
span { border-color: #5421CF; }
span { border-color: rgb(84,33,207); }
td.TdClassName
{
border-color: #5421CF;
}
.TagClassName
{
border-color: #5421CF;
}
</style>