Shades of Purple Heart #4513AD
Tints of Purple Heart #4513AD
RGB
CMYK
RGB Variations
Color information
#4513AD (or 0x4513AD) is known color: Purple Heart. HEX triplet: 45, 13 and AD. RGB value is (69,19,173). Sum of RGB (Red+Green+Blue) = 69+19+173=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #4513AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4513AD is #BAEC52. Grayscale: #323232. Windows color (decimal): -12250195 or 11342661. OLE color: 11342661.
HSL color Cylindrical-coordinate representation of color #4513AD: hue angle of 259.48º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4513AD is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 19 | 173 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.32 |
| HSL | 259.48º | 0.8% | 0.38% | - |
| HSV(B) | 259.48º | 0.89% | 0.68% | - |
| XYZ | 10.23 | 4.75 | 39.91 | - |
| YUV | 51.51 | 196.57 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 173 | 0.60 | 0.89 | 0 | 0.32 | 259.48 | 0.8 | 0.38 |
| Hex | 45 | 13 | AD | 3C | 59 | 0 | 20 | 103 | 50 | 26 |
| Octal | 105 | 23 | 255 | 74 | 131 | 0 | 40 | 403 | 120 | 46 |
| Binary | 1000101 | 10011 | 10101101 | 111100 | 1011001 | 0 | 100000 | 100000011 | 1010000 | 100110 |
Color Harmonies of #4513AD
Complementary color
Monochromatic Colors of #4513AD
Black with #4513AD
Text Example
Text Example
White with #4513AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4513AD; }
p { color: rgb(69,19,173); }
H1.HeaderClassName
{
color: #4513AD;
}
.AnyTagClassName
{
color: #4513AD;
}
</style>
background-color css
<style>
a { background-color: #4513AD; }
a { background-color: rgb(69,19,173); }
div.DivClassName
{
background-color: #4513AD;
}
.BgClassName
{
background-color: #4513AD;
}
</style>
border-color css
<style>
span { border-color: #4513AD; }
span { border-color: rgb(69,19,173); }
td.TdClassName
{
border-color: #4513AD;
}
.TagClassName
{
border-color: #4513AD;
}
</style>