Shades of Purple Heart #4019BB
Tints of Purple Heart #4019BB
RGB
CMYK
RGB Variations
Color information
#4019BB (or 0x4019BB) is known color: Purple Heart. HEX triplet: 40, 19 and BB. RGB value is (64,25,187). Sum of RGB (Red+Green+Blue) = 64+25+187=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #4019BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4019BB is #BFE644. Grayscale: #363636. Windows color (decimal): -12576325 or 12261696. OLE color: 12261696.
HSL color Cylindrical-coordinate representation of color #4019BB: hue angle of 254.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4019BB is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 25 | 187 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.27 |
| HSL | 254.44º | 0.76% | 0.42% | - |
| HSV(B) | 254.44º | 0.87% | 0.73% | - |
| XYZ | 11.43 | 5.37 | 47.45 | - |
| YUV | 55.13 | 202.42 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 187 | 0.66 | 0.87 | 0 | 0.27 | 254.44 | 0.76 | 0.42 |
| Hex | 40 | 19 | BB | 42 | 57 | 0 | 1B | FE | 4C | 2A |
| Octal | 100 | 31 | 273 | 102 | 127 | 0 | 33 | 376 | 114 | 52 |
| Binary | 1000000 | 11001 | 10111011 | 1000010 | 1010111 | 0 | 11011 | 11111110 | 1001100 | 101010 |
Color Harmonies of #4019BB
Complementary color
Monochromatic Colors of #4019BB
Black with #4019BB
Text Example
Text Example
White with #4019BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4019BB; }
p { color: rgb(64,25,187); }
H1.HeaderClassName
{
color: #4019BB;
}
.AnyTagClassName
{
color: #4019BB;
}
</style>
background-color css
<style>
a { background-color: #4019BB; }
a { background-color: rgb(64,25,187); }
div.DivClassName
{
background-color: #4019BB;
}
.BgClassName
{
background-color: #4019BB;
}
</style>
border-color css
<style>
span { border-color: #4019BB; }
span { border-color: rgb(64,25,187); }
td.TdClassName
{
border-color: #4019BB;
}
.TagClassName
{
border-color: #4019BB;
}
</style>