Shades of Purple Heart #5408CE
Tints of Purple Heart #5408CE
RGB
CMYK
RGB Variations
Color information
#5408CE (or 0x5408CE) is known color: Purple Heart. HEX triplet: 54, 08 and CE. RGB value is (84,8,206). Sum of RGB (Red+Green+Blue) = 84+8+206=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #5408CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5408CE is #ABF731. Grayscale: #343434. Windows color (decimal): -11269938 or 13502548. OLE color: 13502548.
HSL color Cylindrical-coordinate representation of color #5408CE: hue angle of 263.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5408CE is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 8 | 206 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.19 |
| HSL | 263.03º | 0.93% | 0.42% | - |
| HSV(B) | 263.03º | 0.96% | 0.81% | - |
| XYZ | 14.88 | 6.51 | 58.87 | - |
| YUV | 53.3 | 214.18 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 206 | 0.59 | 0.96 | 0 | 0.19 | 263.03 | 0.93 | 0.42 |
| Hex | 54 | 8 | CE | 3B | 60 | 0 | 13 | 107 | 5D | 2A |
| Octal | 124 | 10 | 316 | 73 | 140 | 0 | 23 | 407 | 135 | 52 |
| Binary | 1010100 | 1000 | 11001110 | 111011 | 1100000 | 0 | 10011 | 100000111 | 1011101 | 101010 |
Color Harmonies of #5408CE
Complementary color
Monochromatic Colors of #5408CE
Black with #5408CE
Text Example
Text Example
White with #5408CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5408CE; }
p { color: rgb(84,8,206); }
H1.HeaderClassName
{
color: #5408CE;
}
.AnyTagClassName
{
color: #5408CE;
}
</style>
background-color css
<style>
a { background-color: #5408CE; }
a { background-color: rgb(84,8,206); }
div.DivClassName
{
background-color: #5408CE;
}
.BgClassName
{
background-color: #5408CE;
}
</style>
border-color css
<style>
span { border-color: #5408CE; }
span { border-color: rgb(84,8,206); }
td.TdClassName
{
border-color: #5408CE;
}
.TagClassName
{
border-color: #5408CE;
}
</style>