Shades of Purple Heart #4512AC
Tints of Purple Heart #4512AC
RGB
CMYK
RGB Variations
Color information
#4512AC (or 0x4512AC) is known color: Purple Heart. HEX triplet: 45, 12 and AC. RGB value is (69,18,172). Sum of RGB (Red+Green+Blue) = 69+18+172=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #4512AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4512AC is #BAED53. Grayscale: #323232. Windows color (decimal): -12250452 or 11276869. OLE color: 11276869.
HSL color Cylindrical-coordinate representation of color #4512AC: hue angle of 259.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4512AC is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 18 | 172 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.33 |
| HSL | 259.87º | 0.81% | 0.37% | - |
| HSV(B) | 259.87º | 0.9% | 0.67% | - |
| XYZ | 10.12 | 4.68 | 39.4 | - |
| YUV | 50.81 | 196.4 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 172 | 0.60 | 0.90 | 0 | 0.33 | 259.87 | 0.81 | 0.37 |
| Hex | 45 | 12 | AC | 3C | 5A | 0 | 21 | 104 | 51 | 25 |
| Octal | 105 | 22 | 254 | 74 | 132 | 0 | 41 | 404 | 121 | 45 |
| Binary | 1000101 | 10010 | 10101100 | 111100 | 1011010 | 0 | 100001 | 100000100 | 1010001 | 100101 |
Color Harmonies of #4512AC
Complementary color
Monochromatic Colors of #4512AC
Black with #4512AC
Text Example
Text Example
White with #4512AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4512AC; }
p { color: rgb(69,18,172); }
H1.HeaderClassName
{
color: #4512AC;
}
.AnyTagClassName
{
color: #4512AC;
}
</style>
background-color css
<style>
a { background-color: #4512AC; }
a { background-color: rgb(69,18,172); }
div.DivClassName
{
background-color: #4512AC;
}
.BgClassName
{
background-color: #4512AC;
}
</style>
border-color css
<style>
span { border-color: #4512AC; }
span { border-color: rgb(69,18,172); }
td.TdClassName
{
border-color: #4512AC;
}
.TagClassName
{
border-color: #4512AC;
}
</style>