Shades of Purple Heart #4914BC
Tints of Purple Heart #4914BC
RGB
CMYK
RGB Variations
Color information
#4914BC (or 0x4914BC) is known color: Purple Heart. HEX triplet: 49, 14 and BC. RGB value is (73,20,188). Sum of RGB (Red+Green+Blue) = 73+20+188=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #4914BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914BC is #B6EB43. Grayscale: #363636. Windows color (decimal): -11987780 or 12325961. OLE color: 12325961.
HSL color Cylindrical-coordinate representation of color #4914BC: hue angle of 258.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4914BC is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 20 | 188 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.26 |
| HSL | 258.93º | 0.81% | 0.41% | - |
| HSV(B) | 258.93º | 0.89% | 0.74% | - |
| XYZ | 12.07 | 5.55 | 48.01 | - |
| YUV | 55 | 203.06 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 188 | 0.61 | 0.89 | 0 | 0.26 | 258.93 | 0.81 | 0.41 |
| Hex | 49 | 14 | BC | 3D | 59 | 0 | 1A | 103 | 51 | 29 |
| Octal | 111 | 24 | 274 | 75 | 131 | 0 | 32 | 403 | 121 | 51 |
| Binary | 1001001 | 10100 | 10111100 | 111101 | 1011001 | 0 | 11010 | 100000011 | 1010001 | 101001 |
Color Harmonies of #4914BC
Complementary color
Monochromatic Colors of #4914BC
Black with #4914BC
Text Example
Text Example
White with #4914BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914BC; }
p { color: rgb(73,20,188); }
H1.HeaderClassName
{
color: #4914BC;
}
.AnyTagClassName
{
color: #4914BC;
}
</style>
background-color css
<style>
a { background-color: #4914BC; }
a { background-color: rgb(73,20,188); }
div.DivClassName
{
background-color: #4914BC;
}
.BgClassName
{
background-color: #4914BC;
}
</style>
border-color css
<style>
span { border-color: #4914BC; }
span { border-color: rgb(73,20,188); }
td.TdClassName
{
border-color: #4914BC;
}
.TagClassName
{
border-color: #4914BC;
}
</style>