Shades of Purple Heart #5405CE
Tints of Purple Heart #5405CE
RGB
CMYK
RGB Variations
Color information
#5405CE (or 0x5405CE) is known color: Purple Heart. HEX triplet: 54, 05 and CE. RGB value is (84,5,206). Sum of RGB (Red+Green+Blue) = 84+5+206=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #5405CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5405CE is #ABFA31. Grayscale: #323232. Windows color (decimal): -11270706 or 13501780. OLE color: 13501780.
HSL color Cylindrical-coordinate representation of color #5405CE: hue angle of 263.58º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5405CE is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 5 | 206 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.19 |
| HSL | 263.58º | 0.95% | 0.41% | - |
| HSV(B) | 263.58º | 0.98% | 0.81% | - |
| XYZ | 14.85 | 6.45 | 58.85 | - |
| YUV | 51.54 | 215.17 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 206 | 0.59 | 0.98 | 0 | 0.19 | 263.58 | 0.95 | 0.41 |
| Hex | 54 | 5 | CE | 3B | 62 | 0 | 13 | 108 | 5F | 29 |
| Octal | 124 | 5 | 316 | 73 | 142 | 0 | 23 | 410 | 137 | 51 |
| Binary | 1010100 | 101 | 11001110 | 111011 | 1100010 | 0 | 10011 | 100001000 | 1011111 | 101001 |
Color Harmonies of #5405CE
Complementary color
Monochromatic Colors of #5405CE
Black with #5405CE
Text Example
Text Example
White with #5405CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5405CE; }
p { color: rgb(84,5,206); }
H1.HeaderClassName
{
color: #5405CE;
}
.AnyTagClassName
{
color: #5405CE;
}
</style>
background-color css
<style>
a { background-color: #5405CE; }
a { background-color: rgb(84,5,206); }
div.DivClassName
{
background-color: #5405CE;
}
.BgClassName
{
background-color: #5405CE;
}
</style>
border-color css
<style>
span { border-color: #5405CE; }
span { border-color: rgb(84,5,206); }
td.TdClassName
{
border-color: #5405CE;
}
.TagClassName
{
border-color: #5405CE;
}
</style>