Shades of Purple Heart #4519AD
Tints of Purple Heart #4519AD
RGB
CMYK
RGB Variations
Color information
#4519AD (or 0x4519AD) is known color: Purple Heart. HEX triplet: 45, 19 and AD. RGB value is (69,25,173). Sum of RGB (Red+Green+Blue) = 69+25+173=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #4519AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4519AD is #BAE652. Grayscale: #363636. Windows color (decimal): -12248659 or 11344197. OLE color: 11344197.
HSL color Cylindrical-coordinate representation of color #4519AD: hue angle of 257.84º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4519AD is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 25 | 173 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.32 |
| HSL | 257.84º | 0.75% | 0.39% | - |
| HSV(B) | 257.84º | 0.86% | 0.68% | - |
| XYZ | 10.34 | 4.98 | 39.95 | - |
| YUV | 55.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 173 | 0.60 | 0.86 | 0 | 0.32 | 257.84 | 0.75 | 0.39 |
| Hex | 45 | 19 | AD | 3C | 56 | 0 | 20 | 102 | 4B | 27 |
| Octal | 105 | 31 | 255 | 74 | 126 | 0 | 40 | 402 | 113 | 47 |
| Binary | 1000101 | 11001 | 10101101 | 111100 | 1010110 | 0 | 100000 | 100000010 | 1001011 | 100111 |
Color Harmonies of #4519AD
Complementary color
Monochromatic Colors of #4519AD
Black with #4519AD
Text Example
Text Example
White with #4519AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4519AD; }
p { color: rgb(69,25,173); }
H1.HeaderClassName
{
color: #4519AD;
}
.AnyTagClassName
{
color: #4519AD;
}
</style>
background-color css
<style>
a { background-color: #4519AD; }
a { background-color: rgb(69,25,173); }
div.DivClassName
{
background-color: #4519AD;
}
.BgClassName
{
background-color: #4519AD;
}
</style>
border-color css
<style>
span { border-color: #4519AD; }
span { border-color: rgb(69,25,173); }
td.TdClassName
{
border-color: #4519AD;
}
.TagClassName
{
border-color: #4519AD;
}
</style>