Shades of Purple Heart #4512AA
Tints of Purple Heart #4512AA
RGB
CMYK
RGB Variations
Color information
#4512AA (or 0x4512AA) is known color: Purple Heart. HEX triplet: 45, 12 and AA. RGB value is (69,18,170). Sum of RGB (Red+Green+Blue) = 69+18+170=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #4512AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4512AA is #BAED55. Grayscale: #323232. Windows color (decimal): -12250454 or 11145797. OLE color: 11145797.
HSL color Cylindrical-coordinate representation of color #4512AA: hue angle of 260.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4512AA is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 18 | 170 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.33 |
| HSL | 260.13º | 0.81% | 0.37% | - |
| HSV(B) | 260.13º | 0.89% | 0.67% | - |
| XYZ | 9.93 | 4.6 | 38.39 | - |
| YUV | 50.58 | 195.4 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 170 | 0.59 | 0.89 | 0 | 0.33 | 260.13 | 0.81 | 0.37 |
| Hex | 45 | 12 | AA | 3B | 59 | 0 | 21 | 104 | 51 | 25 |
| Octal | 105 | 22 | 252 | 73 | 131 | 0 | 41 | 404 | 121 | 45 |
| Binary | 1000101 | 10010 | 10101010 | 111011 | 1011001 | 0 | 100001 | 100000100 | 1010001 | 100101 |
Color Harmonies of #4512AA
Complementary color
Monochromatic Colors of #4512AA
Black with #4512AA
Text Example
Text Example
White with #4512AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4512AA; }
p { color: rgb(69,18,170); }
H1.HeaderClassName
{
color: #4512AA;
}
.AnyTagClassName
{
color: #4512AA;
}
</style>
background-color css
<style>
a { background-color: #4512AA; }
a { background-color: rgb(69,18,170); }
div.DivClassName
{
background-color: #4512AA;
}
.BgClassName
{
background-color: #4512AA;
}
</style>
border-color css
<style>
span { border-color: #4512AA; }
span { border-color: rgb(69,18,170); }
td.TdClassName
{
border-color: #4512AA;
}
.TagClassName
{
border-color: #4512AA;
}
</style>