Shades of Purple Heart #4012AE
Tints of Purple Heart #4012AE
RGB
CMYK
RGB Variations
Color information
#4012AE (or 0x4012AE) is known color: Purple Heart. HEX triplet: 40, 12 and AE. RGB value is (64,18,174). Sum of RGB (Red+Green+Blue) = 64+18+174=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #4012AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4012AE is #BFED51. Grayscale: #303030. Windows color (decimal): -12578130 or 11407936. OLE color: 11407936.
HSL color Cylindrical-coordinate representation of color #4012AE: hue angle of 257.69º 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 #4012AE is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 18 | 174 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.32 |
| HSL | 257.69º | 0.81% | 0.38% | - |
| HSV(B) | 257.69º | 0.9% | 0.68% | - |
| XYZ | 9.97 | 4.58 | 40.4 | - |
| YUV | 49.54 | 198.24 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 174 | 0.63 | 0.90 | 0 | 0.32 | 257.69 | 0.81 | 0.38 |
| Hex | 40 | 12 | AE | 3F | 5A | 0 | 20 | 102 | 51 | 26 |
| Octal | 100 | 22 | 256 | 77 | 132 | 0 | 40 | 402 | 121 | 46 |
| Binary | 1000000 | 10010 | 10101110 | 111111 | 1011010 | 0 | 100000 | 100000010 | 1010001 | 100110 |
Color Harmonies of #4012AE
Complementary color
Monochromatic Colors of #4012AE
Black with #4012AE
Text Example
Text Example
White with #4012AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4012AE; }
p { color: rgb(64,18,174); }
H1.HeaderClassName
{
color: #4012AE;
}
.AnyTagClassName
{
color: #4012AE;
}
</style>
background-color css
<style>
a { background-color: #4012AE; }
a { background-color: rgb(64,18,174); }
div.DivClassName
{
background-color: #4012AE;
}
.BgClassName
{
background-color: #4012AE;
}
</style>
border-color css
<style>
span { border-color: #4012AE; }
span { border-color: rgb(64,18,174); }
td.TdClassName
{
border-color: #4012AE;
}
.TagClassName
{
border-color: #4012AE;
}
</style>