Shades of Purple Heart #5417AD
Tints of Purple Heart #5417AD
RGB
CMYK
RGB Variations
Color information
#5417AD (or 0x5417AD) is known color: Purple Heart. HEX triplet: 54, 17 and AD. RGB value is (84,23,173). Sum of RGB (Red+Green+Blue) = 84+23+173=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #5417AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5417AD is #ABE852. Grayscale: #393939. Windows color (decimal): -11266131 or 11343700. OLE color: 11343700.
HSL color Cylindrical-coordinate representation of color #5417AD: hue angle of 264.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5417AD is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 23 | 173 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.32 |
| HSL | 264.4º | 0.77% | 0.38% | - |
| HSV(B) | 264.4º | 0.87% | 0.68% | - |
| XYZ | 11.51 | 5.51 | 39.99 | - |
| YUV | 58.34 | 192.71 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 173 | 0.51 | 0.87 | 0 | 0.32 | 264.4 | 0.77 | 0.38 |
| Hex | 54 | 17 | AD | 33 | 57 | 0 | 20 | 108 | 4D | 26 |
| Octal | 124 | 27 | 255 | 63 | 127 | 0 | 40 | 410 | 115 | 46 |
| Binary | 1010100 | 10111 | 10101101 | 110011 | 1010111 | 0 | 100000 | 100001000 | 1001101 | 100110 |
Color Harmonies of #5417AD
Complementary color
Monochromatic Colors of #5417AD
Black with #5417AD
Text Example
Text Example
White with #5417AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5417AD; }
p { color: rgb(84,23,173); }
H1.HeaderClassName
{
color: #5417AD;
}
.AnyTagClassName
{
color: #5417AD;
}
</style>
background-color css
<style>
a { background-color: #5417AD; }
a { background-color: rgb(84,23,173); }
div.DivClassName
{
background-color: #5417AD;
}
.BgClassName
{
background-color: #5417AD;
}
</style>
border-color css
<style>
span { border-color: #5417AD; }
span { border-color: rgb(84,23,173); }
td.TdClassName
{
border-color: #5417AD;
}
.TagClassName
{
border-color: #5417AD;
}
</style>