Shades of Purple Heart #5413CE
Tints of Purple Heart #5413CE
RGB
CMYK
RGB Variations
Color information
#5413CE (or 0x5413CE) is known color: Purple Heart. HEX triplet: 54, 13 and CE. RGB value is (84,19,206). Sum of RGB (Red+Green+Blue) = 84+19+206=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #5413CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5413CE is #ABEC31. Grayscale: #3B3B3B. Windows color (decimal): -11267122 or 13505364. OLE color: 13505364.
HSL color Cylindrical-coordinate representation of color #5413CE: hue angle of 260.86º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5413CE is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 19 | 206 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.19 |
| HSL | 260.86º | 0.83% | 0.44% | - |
| HSV(B) | 260.86º | 0.91% | 0.81% | - |
| XYZ | 15.03 | 6.81 | 58.91 | - |
| YUV | 59.75 | 210.53 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 206 | 0.59 | 0.91 | 0 | 0.19 | 260.86 | 0.83 | 0.44 |
| Hex | 54 | 13 | CE | 3B | 5B | 0 | 13 | 105 | 53 | 2C |
| Octal | 124 | 23 | 316 | 73 | 133 | 0 | 23 | 405 | 123 | 54 |
| Binary | 1010100 | 10011 | 11001110 | 111011 | 1011011 | 0 | 10011 | 100000101 | 1010011 | 101100 |
Color Harmonies of #5413CE
Complementary color
Monochromatic Colors of #5413CE
Black with #5413CE
Text Example
Text Example
White with #5413CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5413CE; }
p { color: rgb(84,19,206); }
H1.HeaderClassName
{
color: #5413CE;
}
.AnyTagClassName
{
color: #5413CE;
}
</style>
background-color css
<style>
a { background-color: #5413CE; }
a { background-color: rgb(84,19,206); }
div.DivClassName
{
background-color: #5413CE;
}
.BgClassName
{
background-color: #5413CE;
}
</style>
border-color css
<style>
span { border-color: #5413CE; }
span { border-color: rgb(84,19,206); }
td.TdClassName
{
border-color: #5413CE;
}
.TagClassName
{
border-color: #5413CE;
}
</style>