Shades of Purple Heart #4012BC
Tints of Purple Heart #4012BC
RGB
CMYK
RGB Variations
Color information
#4012BC (or 0x4012BC) is known color: Purple Heart. HEX triplet: 40, 12 and BC. RGB value is (64,18,188). Sum of RGB (Red+Green+Blue) = 64+18+188=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #4012BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4012BC is #BFED43. Grayscale: #323232. Windows color (decimal): -12578116 or 12325440. OLE color: 12325440.
HSL color Cylindrical-coordinate representation of color #4012BC: hue angle of 256.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4012BC is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 18 | 188 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.26 |
| HSL | 256.24º | 0.83% | 0.4% | - |
| HSV(B) | 256.24º | 0.9% | 0.74% | - |
| XYZ | 11.41 | 5.15 | 47.97 | - |
| YUV | 51.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 188 | 0.66 | 0.90 | 0 | 0.26 | 256.24 | 0.83 | 0.4 |
| Hex | 40 | 12 | BC | 42 | 5A | 0 | 1A | 100 | 53 | 28 |
| Octal | 100 | 22 | 274 | 102 | 132 | 0 | 32 | 400 | 123 | 50 |
| Binary | 1000000 | 10010 | 10111100 | 1000010 | 1011010 | 0 | 11010 | 100000000 | 1010011 | 101000 |
Color Harmonies of #4012BC
Complementary color
Monochromatic Colors of #4012BC
Black with #4012BC
Text Example
Text Example
White with #4012BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4012BC; }
p { color: rgb(64,18,188); }
H1.HeaderClassName
{
color: #4012BC;
}
.AnyTagClassName
{
color: #4012BC;
}
</style>
background-color css
<style>
a { background-color: #4012BC; }
a { background-color: rgb(64,18,188); }
div.DivClassName
{
background-color: #4012BC;
}
.BgClassName
{
background-color: #4012BC;
}
</style>
border-color css
<style>
span { border-color: #4012BC; }
span { border-color: rgb(64,18,188); }
td.TdClassName
{
border-color: #4012BC;
}
.TagClassName
{
border-color: #4012BC;
}
</style>