Shades of Purple Heart #4015AE
Tints of Purple Heart #4015AE
RGB
CMYK
RGB Variations
Color information
#4015AE (or 0x4015AE) is known color: Purple Heart. HEX triplet: 40, 15 and AE. RGB value is (64,21,174). Sum of RGB (Red+Green+Blue) = 64+21+174=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #4015AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4015AE is #BFEA51. Grayscale: #323232. Windows color (decimal): -12577362 or 11408704. OLE color: 11408704.
HSL color Cylindrical-coordinate representation of color #4015AE: hue angle of 256.86º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4015AE is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 21 | 174 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.32 |
| HSL | 256.86º | 0.78% | 0.38% | - |
| HSV(B) | 256.86º | 0.88% | 0.68% | - |
| XYZ | 10.02 | 4.68 | 40.42 | - |
| YUV | 51.3 | 197.25 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 174 | 0.63 | 0.88 | 0 | 0.32 | 256.86 | 0.78 | 0.38 |
| Hex | 40 | 15 | AE | 3F | 58 | 0 | 20 | 101 | 4E | 26 |
| Octal | 100 | 25 | 256 | 77 | 130 | 0 | 40 | 401 | 116 | 46 |
| Binary | 1000000 | 10101 | 10101110 | 111111 | 1011000 | 0 | 100000 | 100000001 | 1001110 | 100110 |
Color Harmonies of #4015AE
Complementary color
Monochromatic Colors of #4015AE
Black with #4015AE
Text Example
Text Example
White with #4015AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4015AE; }
p { color: rgb(64,21,174); }
H1.HeaderClassName
{
color: #4015AE;
}
.AnyTagClassName
{
color: #4015AE;
}
</style>
background-color css
<style>
a { background-color: #4015AE; }
a { background-color: rgb(64,21,174); }
div.DivClassName
{
background-color: #4015AE;
}
.BgClassName
{
background-color: #4015AE;
}
</style>
border-color css
<style>
span { border-color: #4015AE; }
span { border-color: rgb(64,21,174); }
td.TdClassName
{
border-color: #4015AE;
}
.TagClassName
{
border-color: #4015AE;
}
</style>