Shades of Purple Heart #4012C0
Tints of Purple Heart #4012C0
RGB
CMYK
RGB Variations
Color information
#4012C0 (or 0x4012C0) is known color: Purple Heart. HEX triplet: 40, 12 and C0. RGB value is (64,18,192). Sum of RGB (Red+Green+Blue) = 64+18+192=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #4012C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4012C0 is #BFED3F. Grayscale: #323232. Windows color (decimal): -12578112 or 12587584. OLE color: 12587584.
HSL color Cylindrical-coordinate representation of color #4012C0: hue angle of 255.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4012C0 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 18 | 192 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.25 |
| HSL | 255.86º | 0.83% | 0.41% | - |
| HSV(B) | 255.86º | 0.91% | 0.75% | - |
| XYZ | 11.85 | 5.33 | 50.27 | - |
| YUV | 51.59 | 207.24 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 192 | 0.67 | 0.91 | 0 | 0.25 | 255.86 | 0.83 | 0.41 |
| Hex | 40 | 12 | C0 | 43 | 5B | 0 | 19 | 100 | 53 | 29 |
| Octal | 100 | 22 | 300 | 103 | 133 | 0 | 31 | 400 | 123 | 51 |
| Binary | 1000000 | 10010 | 11000000 | 1000011 | 1011011 | 0 | 11001 | 100000000 | 1010011 | 101001 |
Color Harmonies of #4012C0
Complementary color
Monochromatic Colors of #4012C0
Black with #4012C0
Text Example
Text Example
White with #4012C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4012C0; }
p { color: rgb(64,18,192); }
H1.HeaderClassName
{
color: #4012C0;
}
.AnyTagClassName
{
color: #4012C0;
}
</style>
background-color css
<style>
a { background-color: #4012C0; }
a { background-color: rgb(64,18,192); }
div.DivClassName
{
background-color: #4012C0;
}
.BgClassName
{
background-color: #4012C0;
}
</style>
border-color css
<style>
span { border-color: #4012C0; }
span { border-color: rgb(64,18,192); }
td.TdClassName
{
border-color: #4012C0;
}
.TagClassName
{
border-color: #4012C0;
}
</style>