Shades of Purple Heart #5407CD
Tints of Purple Heart #5407CD
RGB
CMYK
RGB Variations
Color information
#5407CD (or 0x5407CD) is known color: Purple Heart. HEX triplet: 54, 07 and CD. RGB value is (84,7,205). Sum of RGB (Red+Green+Blue) = 84+7+205=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #5407CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5407CD is #ABF832. Grayscale: #333333. Windows color (decimal): -11270195 or 13436756. OLE color: 13436756.
HSL color Cylindrical-coordinate representation of color #5407CD: hue angle of 263.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5407CD is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 7 | 205 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.20 |
| HSL | 263.33º | 0.93% | 0.42% | - |
| HSV(B) | 263.33º | 0.97% | 0.8% | - |
| XYZ | 14.75 | 6.44 | 58.22 | - |
| YUV | 52.6 | 214.01 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 205 | 0.59 | 0.97 | 0 | 0.20 | 263.33 | 0.93 | 0.42 |
| Hex | 54 | 7 | CD | 3B | 61 | 0 | 14 | 107 | 5D | 2A |
| Octal | 124 | 7 | 315 | 73 | 141 | 0 | 24 | 407 | 135 | 52 |
| Binary | 1010100 | 111 | 11001101 | 111011 | 1100001 | 0 | 10100 | 100000111 | 1011101 | 101010 |
Color Harmonies of #5407CD
Complementary color
Monochromatic Colors of #5407CD
Black with #5407CD
Text Example
Text Example
White with #5407CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5407CD; }
p { color: rgb(84,7,205); }
H1.HeaderClassName
{
color: #5407CD;
}
.AnyTagClassName
{
color: #5407CD;
}
</style>
background-color css
<style>
a { background-color: #5407CD; }
a { background-color: rgb(84,7,205); }
div.DivClassName
{
background-color: #5407CD;
}
.BgClassName
{
background-color: #5407CD;
}
</style>
border-color css
<style>
span { border-color: #5407CD; }
span { border-color: rgb(84,7,205); }
td.TdClassName
{
border-color: #5407CD;
}
.TagClassName
{
border-color: #5407CD;
}
</style>