Shades of Purple Heart #4512AE
Tints of Purple Heart #4512AE
RGB
CMYK
RGB Variations
Color information
#4512AE (or 0x4512AE) is known color: Purple Heart. HEX triplet: 45, 12 and AE. RGB value is (69,18,174). Sum of RGB (Red+Green+Blue) = 69+18+174=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #4512AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4512AE is #BAED51. Grayscale: #323232. Windows color (decimal): -12250450 or 11407941. OLE color: 11407941.
HSL color Cylindrical-coordinate representation of color #4512AE: hue angle of 259.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4512AE is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 18 | 174 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.32 |
| HSL | 259.62º | 0.81% | 0.38% | - |
| HSV(B) | 259.62º | 0.9% | 0.68% | - |
| XYZ | 10.31 | 4.75 | 40.42 | - |
| YUV | 51.03 | 197.4 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 174 | 0.60 | 0.90 | 0 | 0.32 | 259.62 | 0.81 | 0.38 |
| Hex | 45 | 12 | AE | 3C | 5A | 0 | 20 | 104 | 51 | 26 |
| Octal | 105 | 22 | 256 | 74 | 132 | 0 | 40 | 404 | 121 | 46 |
| Binary | 1000101 | 10010 | 10101110 | 111100 | 1011010 | 0 | 100000 | 100000100 | 1010001 | 100110 |
Color Harmonies of #4512AE
Complementary color
Monochromatic Colors of #4512AE
Black with #4512AE
Text Example
Text Example
White with #4512AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4512AE; }
p { color: rgb(69,18,174); }
H1.HeaderClassName
{
color: #4512AE;
}
.AnyTagClassName
{
color: #4512AE;
}
</style>
background-color css
<style>
a { background-color: #4512AE; }
a { background-color: rgb(69,18,174); }
div.DivClassName
{
background-color: #4512AE;
}
.BgClassName
{
background-color: #4512AE;
}
</style>
border-color css
<style>
span { border-color: #4512AE; }
span { border-color: rgb(69,18,174); }
td.TdClassName
{
border-color: #4512AE;
}
.TagClassName
{
border-color: #4512AE;
}
</style>