Shades of Purple Heart #5413CA
Tints of Purple Heart #5413CA
RGB
CMYK
RGB Variations
Color information
#5413CA (or 0x5413CA) is known color: Purple Heart. HEX triplet: 54, 13 and CA. RGB value is (84,19,202). Sum of RGB (Red+Green+Blue) = 84+19+202=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #5413CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5413CA is #ABEC35. Grayscale: #3A3A3A. Windows color (decimal): -11267126 or 13243220. OLE color: 13243220.
HSL color Cylindrical-coordinate representation of color #5413CA: hue angle of 261.31º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5413CA is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 19 | 202 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.21 |
| HSL | 261.31º | 0.83% | 0.43% | - |
| HSV(B) | 261.31º | 0.91% | 0.79% | - |
| XYZ | 14.55 | 6.61 | 56.39 | - |
| YUV | 59.3 | 208.53 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 202 | 0.58 | 0.91 | 0 | 0.21 | 261.31 | 0.83 | 0.43 |
| Hex | 54 | 13 | CA | 3A | 5B | 0 | 15 | 105 | 53 | 2B |
| Octal | 124 | 23 | 312 | 72 | 133 | 0 | 25 | 405 | 123 | 53 |
| Binary | 1010100 | 10011 | 11001010 | 111010 | 1011011 | 0 | 10101 | 100000101 | 1010011 | 101011 |
Color Harmonies of #5413CA
Complementary color
Monochromatic Colors of #5413CA
Black with #5413CA
Text Example
Text Example
White with #5413CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5413CA; }
p { color: rgb(84,19,202); }
H1.HeaderClassName
{
color: #5413CA;
}
.AnyTagClassName
{
color: #5413CA;
}
</style>
background-color css
<style>
a { background-color: #5413CA; }
a { background-color: rgb(84,19,202); }
div.DivClassName
{
background-color: #5413CA;
}
.BgClassName
{
background-color: #5413CA;
}
</style>
border-color css
<style>
span { border-color: #5413CA; }
span { border-color: rgb(84,19,202); }
td.TdClassName
{
border-color: #5413CA;
}
.TagClassName
{
border-color: #5413CA;
}
</style>