Shades of Purple Heart #5409CA
Tints of Purple Heart #5409CA
RGB
CMYK
RGB Variations
Color information
#5409CA (or 0x5409CA) is known color: Purple Heart. HEX triplet: 54, 09 and CA. RGB value is (84,9,202). Sum of RGB (Red+Green+Blue) = 84+9+202=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #5409CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5409CA is #ABF635. Grayscale: #343434. Windows color (decimal): -11269686 or 13240660. OLE color: 13240660.
HSL color Cylindrical-coordinate representation of color #5409CA: hue angle of 263.32º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5409CA is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 9 | 202 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.21 |
| HSL | 263.32º | 0.91% | 0.41% | - |
| HSV(B) | 263.32º | 0.96% | 0.79% | - |
| XYZ | 14.41 | 6.34 | 56.34 | - |
| YUV | 53.43 | 211.85 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 202 | 0.58 | 0.96 | 0 | 0.21 | 263.32 | 0.91 | 0.41 |
| Hex | 54 | 9 | CA | 3A | 60 | 0 | 15 | 107 | 5B | 29 |
| Octal | 124 | 11 | 312 | 72 | 140 | 0 | 25 | 407 | 133 | 51 |
| Binary | 1010100 | 1001 | 11001010 | 111010 | 1100000 | 0 | 10101 | 100000111 | 1011011 | 101001 |
Color Harmonies of #5409CA
Complementary color
Monochromatic Colors of #5409CA
Black with #5409CA
Text Example
Text Example
White with #5409CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5409CA; }
p { color: rgb(84,9,202); }
H1.HeaderClassName
{
color: #5409CA;
}
.AnyTagClassName
{
color: #5409CA;
}
</style>
background-color css
<style>
a { background-color: #5409CA; }
a { background-color: rgb(84,9,202); }
div.DivClassName
{
background-color: #5409CA;
}
.BgClassName
{
background-color: #5409CA;
}
</style>
border-color css
<style>
span { border-color: #5409CA; }
span { border-color: rgb(84,9,202); }
td.TdClassName
{
border-color: #5409CA;
}
.TagClassName
{
border-color: #5409CA;
}
</style>