Shades of Purple Heart #4520AD
Tints of Purple Heart #4520AD
RGB
CMYK
RGB Variations
Color information
#4520AD (or 0x4520AD) is known color: Purple Heart. HEX triplet: 45, 20 and AD. RGB value is (69,32,173). Sum of RGB (Red+Green+Blue) = 69+32+173=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #4520AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4520AD is #BADF52. Grayscale: #3A3A3A. Windows color (decimal): -12246867 or 11345989. OLE color: 11345989.
HSL color Cylindrical-coordinate representation of color #4520AD: hue angle of 255.74º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4520AD is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 32 | 173 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.32 |
| HSL | 255.74º | 0.69% | 0.4% | - |
| HSV(B) | 255.74º | 0.82% | 0.68% | - |
| XYZ | 10.51 | 5.32 | 40.01 | - |
| YUV | 59.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 173 | 0.60 | 0.82 | 0 | 0.32 | 255.74 | 0.69 | 0.4 |
| Hex | 45 | 20 | AD | 3C | 52 | 0 | 20 | 100 | 45 | 28 |
| Octal | 105 | 40 | 255 | 74 | 122 | 0 | 40 | 400 | 105 | 50 |
| Binary | 1000101 | 100000 | 10101101 | 111100 | 1010010 | 0 | 100000 | 100000000 | 1000101 | 101000 |
Color Harmonies of #4520AD
Complementary color
Monochromatic Colors of #4520AD
Black with #4520AD
Text Example
Text Example
White with #4520AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4520AD; }
p { color: rgb(69,32,173); }
H1.HeaderClassName
{
color: #4520AD;
}
.AnyTagClassName
{
color: #4520AD;
}
</style>
background-color css
<style>
a { background-color: #4520AD; }
a { background-color: rgb(69,32,173); }
div.DivClassName
{
background-color: #4520AD;
}
.BgClassName
{
background-color: #4520AD;
}
</style>
border-color css
<style>
span { border-color: #4520AD; }
span { border-color: rgb(69,32,173); }
td.TdClassName
{
border-color: #4520AD;
}
.TagClassName
{
border-color: #4520AD;
}
</style>