Shades of Purple Heart #4012CC
Tints of Purple Heart #4012CC
RGB
CMYK
RGB Variations
Color information
#4012CC (or 0x4012CC) is known color: Purple Heart. HEX triplet: 40, 12 and CC. RGB value is (64,18,204). Sum of RGB (Red+Green+Blue) = 64+18+204=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #4012CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4012CC is #BFED33. Grayscale: #343434. Windows color (decimal): -12578100 or 13374016. OLE color: 13374016.
HSL color Cylindrical-coordinate representation of color #4012CC: hue angle of 254.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4012CC is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 18 | 204 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.2 |
| HSL | 254.84º | 0.84% | 0.44% | - |
| HSV(B) | 254.84º | 0.91% | 0.8% | - |
| XYZ | 13.23 | 5.88 | 57.56 | - |
| YUV | 52.96 | 213.24 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 204 | 0.69 | 0.91 | 0 | 0.2 | 254.84 | 0.84 | 0.44 |
| Hex | 40 | 12 | CC | 45 | 5B | 0 | 14 | FF | 54 | 2C |
| Octal | 100 | 22 | 314 | 105 | 133 | 0 | 24 | 377 | 124 | 54 |
| Binary | 1000000 | 10010 | 11001100 | 1000101 | 1011011 | 0 | 10100 | 11111111 | 1010100 | 101100 |
Color Harmonies of #4012CC
Complementary color
Monochromatic Colors of #4012CC
Black with #4012CC
Text Example
Text Example
White with #4012CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4012CC; }
p { color: rgb(64,18,204); }
H1.HeaderClassName
{
color: #4012CC;
}
.AnyTagClassName
{
color: #4012CC;
}
</style>
background-color css
<style>
a { background-color: #4012CC; }
a { background-color: rgb(64,18,204); }
div.DivClassName
{
background-color: #4012CC;
}
.BgClassName
{
background-color: #4012CC;
}
</style>
border-color css
<style>
span { border-color: #4012CC; }
span { border-color: rgb(64,18,204); }
td.TdClassName
{
border-color: #4012CC;
}
.TagClassName
{
border-color: #4012CC;
}
</style>