Shades of Purple Heart #4019BC
Tints of Purple Heart #4019BC
RGB
CMYK
RGB Variations
Color information
#4019BC (or 0x4019BC) is known color: Purple Heart. HEX triplet: 40, 19 and BC. RGB value is (64,25,188). Sum of RGB (Red+Green+Blue) = 64+25+188=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #4019BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4019BC is #BFE643. Grayscale: #363636. Windows color (decimal): -12576324 or 12327232. OLE color: 12327232.
HSL color Cylindrical-coordinate representation of color #4019BC: hue angle of 254.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4019BC is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 25 | 188 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.26 |
| HSL | 254.36º | 0.77% | 0.42% | - |
| HSV(B) | 254.36º | 0.87% | 0.74% | - |
| XYZ | 11.54 | 5.42 | 48.01 | - |
| YUV | 55.24 | 202.92 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 188 | 0.66 | 0.87 | 0 | 0.26 | 254.36 | 0.77 | 0.42 |
| Hex | 40 | 19 | BC | 42 | 57 | 0 | 1A | FE | 4D | 2A |
| Octal | 100 | 31 | 274 | 102 | 127 | 0 | 32 | 376 | 115 | 52 |
| Binary | 1000000 | 11001 | 10111100 | 1000010 | 1010111 | 0 | 11010 | 11111110 | 1001101 | 101010 |
Color Harmonies of #4019BC
Complementary color
Monochromatic Colors of #4019BC
Black with #4019BC
Text Example
Text Example
White with #4019BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4019BC; }
p { color: rgb(64,25,188); }
H1.HeaderClassName
{
color: #4019BC;
}
.AnyTagClassName
{
color: #4019BC;
}
</style>
background-color css
<style>
a { background-color: #4019BC; }
a { background-color: rgb(64,25,188); }
div.DivClassName
{
background-color: #4019BC;
}
.BgClassName
{
background-color: #4019BC;
}
</style>
border-color css
<style>
span { border-color: #4019BC; }
span { border-color: rgb(64,25,188); }
td.TdClassName
{
border-color: #4019BC;
}
.TagClassName
{
border-color: #4019BC;
}
</style>