Shades of Purple Heart #5416CA
Tints of Purple Heart #5416CA
RGB
CMYK
RGB Variations
Color information
#5416CA (or 0x5416CA) is known color: Purple Heart. HEX triplet: 54, 16 and CA. RGB value is (84,22,202). Sum of RGB (Red+Green+Blue) = 84+22+202=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #5416CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5416CA is #ABE935. Grayscale: #3C3C3C. Windows color (decimal): -11266358 or 13243988. OLE color: 13243988.
HSL color Cylindrical-coordinate representation of color #5416CA: hue angle of 260.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5416CA is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 22 | 202 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.21 |
| HSL | 260.67º | 0.8% | 0.44% | - |
| HSV(B) | 260.67º | 0.89% | 0.79% | - |
| XYZ | 14.6 | 6.72 | 56.41 | - |
| YUV | 61.06 | 207.54 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 202 | 0.58 | 0.89 | 0 | 0.21 | 260.67 | 0.8 | 0.44 |
| Hex | 54 | 16 | CA | 3A | 59 | 0 | 15 | 105 | 50 | 2C |
| Octal | 124 | 26 | 312 | 72 | 131 | 0 | 25 | 405 | 120 | 54 |
| Binary | 1010100 | 10110 | 11001010 | 111010 | 1011001 | 0 | 10101 | 100000101 | 1010000 | 101100 |
Color Harmonies of #5416CA
Complementary color
Monochromatic Colors of #5416CA
Black with #5416CA
Text Example
Text Example
White with #5416CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5416CA; }
p { color: rgb(84,22,202); }
H1.HeaderClassName
{
color: #5416CA;
}
.AnyTagClassName
{
color: #5416CA;
}
</style>
background-color css
<style>
a { background-color: #5416CA; }
a { background-color: rgb(84,22,202); }
div.DivClassName
{
background-color: #5416CA;
}
.BgClassName
{
background-color: #5416CA;
}
</style>
border-color css
<style>
span { border-color: #5416CA; }
span { border-color: rgb(84,22,202); }
td.TdClassName
{
border-color: #5416CA;
}
.TagClassName
{
border-color: #5416CA;
}
</style>