Shades of Purple Heart #5405CF
Tints of Purple Heart #5405CF
RGB
CMYK
RGB Variations
Color information
#5405CF (or 0x5405CF) is known color: Purple Heart. HEX triplet: 54, 05 and CF. RGB value is (84,5,207). Sum of RGB (Red+Green+Blue) = 84+5+207=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #5405CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5405CF is #ABFA30. Grayscale: #323232. Windows color (decimal): -11270705 or 13567316. OLE color: 13567316.
HSL color Cylindrical-coordinate representation of color #5405CF: hue angle of 263.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5405CF is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 5 | 207 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.19 |
| HSL | 263.47º | 0.95% | 0.42% | - |
| HSV(B) | 263.47º | 0.98% | 0.81% | - |
| XYZ | 14.97 | 6.5 | 59.5 | - |
| YUV | 51.65 | 215.67 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 207 | 0.59 | 0.98 | 0 | 0.19 | 263.47 | 0.95 | 0.42 |
| Hex | 54 | 5 | CF | 3B | 62 | 0 | 13 | 107 | 5F | 2A |
| Octal | 124 | 5 | 317 | 73 | 142 | 0 | 23 | 407 | 137 | 52 |
| Binary | 1010100 | 101 | 11001111 | 111011 | 1100010 | 0 | 10011 | 100000111 | 1011111 | 101010 |
Color Harmonies of #5405CF
Complementary color
Monochromatic Colors of #5405CF
Black with #5405CF
Text Example
Text Example
White with #5405CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5405CF; }
p { color: rgb(84,5,207); }
H1.HeaderClassName
{
color: #5405CF;
}
.AnyTagClassName
{
color: #5405CF;
}
</style>
background-color css
<style>
a { background-color: #5405CF; }
a { background-color: rgb(84,5,207); }
div.DivClassName
{
background-color: #5405CF;
}
.BgClassName
{
background-color: #5405CF;
}
</style>
border-color css
<style>
span { border-color: #5405CF; }
span { border-color: rgb(84,5,207); }
td.TdClassName
{
border-color: #5405CF;
}
.TagClassName
{
border-color: #5405CF;
}
</style>