Shades of Purple Heart #4012BA
Tints of Purple Heart #4012BA
RGB
CMYK
RGB Variations
Color information
#4012BA (or 0x4012BA) is known color: Purple Heart. HEX triplet: 40, 12 and BA. RGB value is (64,18,186). Sum of RGB (Red+Green+Blue) = 64+18+186=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #4012BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4012BA is #BFED45. Grayscale: #323232. Windows color (decimal): -12578118 or 12194368. OLE color: 12194368.
HSL color Cylindrical-coordinate representation of color #4012BA: hue angle of 256.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4012BA is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 18 | 186 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.27 |
| HSL | 256.43º | 0.82% | 0.4% | - |
| HSV(B) | 256.43º | 0.9% | 0.73% | - |
| XYZ | 11.19 | 5.07 | 46.84 | - |
| YUV | 50.91 | 204.24 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 186 | 0.66 | 0.90 | 0 | 0.27 | 256.43 | 0.82 | 0.4 |
| Hex | 40 | 12 | BA | 42 | 5A | 0 | 1B | 100 | 52 | 28 |
| Octal | 100 | 22 | 272 | 102 | 132 | 0 | 33 | 400 | 122 | 50 |
| Binary | 1000000 | 10010 | 10111010 | 1000010 | 1011010 | 0 | 11011 | 100000000 | 1010010 | 101000 |
Color Harmonies of #4012BA
Complementary color
Monochromatic Colors of #4012BA
Black with #4012BA
Text Example
Text Example
White with #4012BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4012BA; }
p { color: rgb(64,18,186); }
H1.HeaderClassName
{
color: #4012BA;
}
.AnyTagClassName
{
color: #4012BA;
}
</style>
background-color css
<style>
a { background-color: #4012BA; }
a { background-color: rgb(64,18,186); }
div.DivClassName
{
background-color: #4012BA;
}
.BgClassName
{
background-color: #4012BA;
}
</style>
border-color css
<style>
span { border-color: #4012BA; }
span { border-color: rgb(64,18,186); }
td.TdClassName
{
border-color: #4012BA;
}
.TagClassName
{
border-color: #4012BA;
}
</style>