Shades of Purple Heart #4019BD
Tints of Purple Heart #4019BD
RGB
CMYK
RGB Variations
Color information
#4019BD (or 0x4019BD) is known color: Purple Heart. HEX triplet: 40, 19 and BD. RGB value is (64,25,189). Sum of RGB (Red+Green+Blue) = 64+25+189=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #4019BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4019BD is #BFE642. Grayscale: #363636. Windows color (decimal): -12576323 or 12392768. OLE color: 12392768.
HSL color Cylindrical-coordinate representation of color #4019BD: hue angle of 254.27º 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 #4019BD is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 25 | 189 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.26 |
| HSL | 254.27º | 0.77% | 0.42% | - |
| HSV(B) | 254.27º | 0.87% | 0.74% | - |
| XYZ | 11.65 | 5.46 | 48.58 | - |
| YUV | 55.36 | 203.42 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 189 | 0.66 | 0.87 | 0 | 0.26 | 254.27 | 0.77 | 0.42 |
| Hex | 40 | 19 | BD | 42 | 57 | 0 | 1A | FE | 4D | 2A |
| Octal | 100 | 31 | 275 | 102 | 127 | 0 | 32 | 376 | 115 | 52 |
| Binary | 1000000 | 11001 | 10111101 | 1000010 | 1010111 | 0 | 11010 | 11111110 | 1001101 | 101010 |
Color Harmonies of #4019BD
Complementary color
Monochromatic Colors of #4019BD
Black with #4019BD
Text Example
Text Example
White with #4019BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4019BD; }
p { color: rgb(64,25,189); }
H1.HeaderClassName
{
color: #4019BD;
}
.AnyTagClassName
{
color: #4019BD;
}
</style>
background-color css
<style>
a { background-color: #4019BD; }
a { background-color: rgb(64,25,189); }
div.DivClassName
{
background-color: #4019BD;
}
.BgClassName
{
background-color: #4019BD;
}
</style>
border-color css
<style>
span { border-color: #4019BD; }
span { border-color: rgb(64,25,189); }
td.TdClassName
{
border-color: #4019BD;
}
.TagClassName
{
border-color: #4019BD;
}
</style>