Shades of Purple Heart #5421CE
Tints of Purple Heart #5421CE
RGB
CMYK
RGB Variations
Color information
#5421CE (or 0x5421CE) is known color: Purple Heart. HEX triplet: 54, 21 and CE. RGB value is (84,33,206). Sum of RGB (Red+Green+Blue) = 84+33+206=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #5421CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5421CE is #ABDE31. Grayscale: #434343. Windows color (decimal): -11263538 or 13508948. OLE color: 13508948.
HSL color Cylindrical-coordinate representation of color #5421CE: hue angle of 257.69º degrees, saturation: 0.72, 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 #5421CE is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 33 | 206 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.19 |
| HSL | 257.69º | 0.72% | 0.47% | - |
| HSV(B) | 257.69º | 0.84% | 0.81% | - |
| XYZ | 15.34 | 7.43 | 59.02 | - |
| YUV | 67.97 | 205.9 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 206 | 0.59 | 0.84 | 0 | 0.19 | 257.69 | 0.72 | 0.47 |
| Hex | 54 | 21 | CE | 3B | 54 | 0 | 13 | 102 | 48 | 2F |
| Octal | 124 | 41 | 316 | 73 | 124 | 0 | 23 | 402 | 110 | 57 |
| Binary | 1010100 | 100001 | 11001110 | 111011 | 1010100 | 0 | 10011 | 100000010 | 1001000 | 101111 |
Color Harmonies of #5421CE
Complementary color
Monochromatic Colors of #5421CE
Black with #5421CE
Text Example
Text Example
White with #5421CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5421CE; }
p { color: rgb(84,33,206); }
H1.HeaderClassName
{
color: #5421CE;
}
.AnyTagClassName
{
color: #5421CE;
}
</style>
background-color css
<style>
a { background-color: #5421CE; }
a { background-color: rgb(84,33,206); }
div.DivClassName
{
background-color: #5421CE;
}
.BgClassName
{
background-color: #5421CE;
}
</style>
border-color css
<style>
span { border-color: #5421CE; }
span { border-color: rgb(84,33,206); }
td.TdClassName
{
border-color: #5421CE;
}
.TagClassName
{
border-color: #5421CE;
}
</style>