Shades of Purple Heart #4520AC
Tints of Purple Heart #4520AC
RGB
CMYK
RGB Variations
Color information
#4520AC (or 0x4520AC) is known color: Purple Heart. HEX triplet: 45, 20 and AC. RGB value is (69,32,172). Sum of RGB (Red+Green+Blue) = 69+32+172=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #4520AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4520AC is #BADF53. Grayscale: #3A3A3A. Windows color (decimal): -12246868 or 11280453. OLE color: 11280453.
HSL color Cylindrical-coordinate representation of color #4520AC: hue angle of 255.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4520AC is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 32 | 172 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.33 |
| HSL | 255.86º | 0.69% | 0.4% | - |
| HSV(B) | 255.86º | 0.81% | 0.67% | - |
| XYZ | 10.42 | 5.28 | 39.5 | - |
| YUV | 59.02 | 191.76 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 172 | 0.60 | 0.81 | 0 | 0.33 | 255.86 | 0.69 | 0.4 |
| Hex | 45 | 20 | AC | 3C | 51 | 0 | 21 | 100 | 45 | 28 |
| Octal | 105 | 40 | 254 | 74 | 121 | 0 | 41 | 400 | 105 | 50 |
| Binary | 1000101 | 100000 | 10101100 | 111100 | 1010001 | 0 | 100001 | 100000000 | 1000101 | 101000 |
Color Harmonies of #4520AC
Complementary color
Monochromatic Colors of #4520AC
Black with #4520AC
Text Example
Text Example
White with #4520AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4520AC; }
p { color: rgb(69,32,172); }
H1.HeaderClassName
{
color: #4520AC;
}
.AnyTagClassName
{
color: #4520AC;
}
</style>
background-color css
<style>
a { background-color: #4520AC; }
a { background-color: rgb(69,32,172); }
div.DivClassName
{
background-color: #4520AC;
}
.BgClassName
{
background-color: #4520AC;
}
</style>
border-color css
<style>
span { border-color: #4520AC; }
span { border-color: rgb(69,32,172); }
td.TdClassName
{
border-color: #4520AC;
}
.TagClassName
{
border-color: #4520AC;
}
</style>