Shades of Purple Heart #4914BE
Tints of Purple Heart #4914BE
RGB
CMYK
RGB Variations
Color information
#4914BE (or 0x4914BE) is known color: Purple Heart. HEX triplet: 49, 14 and BE. RGB value is (73,20,190). Sum of RGB (Red+Green+Blue) = 73+20+190=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #4914BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914BE is #B6EB41. Grayscale: #363636. Windows color (decimal): -11987778 or 12457033. OLE color: 12457033.
HSL color Cylindrical-coordinate representation of color #4914BE: hue angle of 258.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4914BE is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 20 | 190 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.25 |
| HSL | 258.71º | 0.81% | 0.41% | - |
| HSV(B) | 258.71º | 0.89% | 0.75% | - |
| XYZ | 12.29 | 5.63 | 49.15 | - |
| YUV | 55.23 | 204.06 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 190 | 0.62 | 0.89 | 0 | 0.25 | 258.71 | 0.81 | 0.41 |
| Hex | 49 | 14 | BE | 3E | 59 | 0 | 19 | 103 | 51 | 29 |
| Octal | 111 | 24 | 276 | 76 | 131 | 0 | 31 | 403 | 121 | 51 |
| Binary | 1001001 | 10100 | 10111110 | 111110 | 1011001 | 0 | 11001 | 100000011 | 1010001 | 101001 |
Color Harmonies of #4914BE
Complementary color
Monochromatic Colors of #4914BE
Black with #4914BE
Text Example
Text Example
White with #4914BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914BE; }
p { color: rgb(73,20,190); }
H1.HeaderClassName
{
color: #4914BE;
}
.AnyTagClassName
{
color: #4914BE;
}
</style>
background-color css
<style>
a { background-color: #4914BE; }
a { background-color: rgb(73,20,190); }
div.DivClassName
{
background-color: #4914BE;
}
.BgClassName
{
background-color: #4914BE;
}
</style>
border-color css
<style>
span { border-color: #4914BE; }
span { border-color: rgb(73,20,190); }
td.TdClassName
{
border-color: #4914BE;
}
.TagClassName
{
border-color: #4914BE;
}
</style>