Shades of Purple Heart #4012CB
Tints of Purple Heart #4012CB
RGB
CMYK
RGB Variations
Color information
#4012CB (or 0x4012CB) is known color: Purple Heart. HEX triplet: 40, 12 and CB. RGB value is (64,18,203). Sum of RGB (Red+Green+Blue) = 64+18+203=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #4012CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4012CB is #BFED34. Grayscale: #343434. Windows color (decimal): -12578101 or 13308480. OLE color: 13308480.
HSL color Cylindrical-coordinate representation of color #4012CB: hue angle of 254.92º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4012CB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 18 | 203 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.20 |
| HSL | 254.92º | 0.84% | 0.43% | - |
| HSV(B) | 254.92º | 0.91% | 0.8% | - |
| XYZ | 13.11 | 5.83 | 56.94 | - |
| YUV | 52.84 | 212.74 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 203 | 0.68 | 0.91 | 0 | 0.20 | 254.92 | 0.84 | 0.43 |
| Hex | 40 | 12 | CB | 44 | 5B | 0 | 14 | FF | 54 | 2B |
| Octal | 100 | 22 | 313 | 104 | 133 | 0 | 24 | 377 | 124 | 53 |
| Binary | 1000000 | 10010 | 11001011 | 1000100 | 1011011 | 0 | 10100 | 11111111 | 1010100 | 101011 |
Color Harmonies of #4012CB
Complementary color
Monochromatic Colors of #4012CB
Black with #4012CB
Text Example
Text Example
White with #4012CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4012CB; }
p { color: rgb(64,18,203); }
H1.HeaderClassName
{
color: #4012CB;
}
.AnyTagClassName
{
color: #4012CB;
}
</style>
background-color css
<style>
a { background-color: #4012CB; }
a { background-color: rgb(64,18,203); }
div.DivClassName
{
background-color: #4012CB;
}
.BgClassName
{
background-color: #4012CB;
}
</style>
border-color css
<style>
span { border-color: #4012CB; }
span { border-color: rgb(64,18,203); }
td.TdClassName
{
border-color: #4012CB;
}
.TagClassName
{
border-color: #4012CB;
}
</style>