Shades of Purple Heart #4916BD
Tints of Purple Heart #4916BD
RGB
CMYK
RGB Variations
Color information
#4916BD (or 0x4916BD) is known color: Purple Heart. HEX triplet: 49, 16 and BD. RGB value is (73,22,189). Sum of RGB (Red+Green+Blue) = 73+22+189=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #4916BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916BD is #B6E942. Grayscale: #373737. Windows color (decimal): -11987267 or 12392009. OLE color: 12392009.
HSL color Cylindrical-coordinate representation of color #4916BD: hue angle of 258.32º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4916BD is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 22 | 189 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.26 |
| HSL | 258.32º | 0.79% | 0.41% | - |
| HSV(B) | 258.32º | 0.88% | 0.74% | - |
| XYZ | 12.22 | 5.66 | 48.59 | - |
| YUV | 56.29 | 202.9 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 189 | 0.61 | 0.88 | 0 | 0.26 | 258.32 | 0.79 | 0.41 |
| Hex | 49 | 16 | BD | 3D | 58 | 0 | 1A | 102 | 4F | 29 |
| Octal | 111 | 26 | 275 | 75 | 130 | 0 | 32 | 402 | 117 | 51 |
| Binary | 1001001 | 10110 | 10111101 | 111101 | 1011000 | 0 | 11010 | 100000010 | 1001111 | 101001 |
Color Harmonies of #4916BD
Complementary color
Monochromatic Colors of #4916BD
Black with #4916BD
Text Example
Text Example
White with #4916BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4916BD; }
p { color: rgb(73,22,189); }
H1.HeaderClassName
{
color: #4916BD;
}
.AnyTagClassName
{
color: #4916BD;
}
</style>
background-color css
<style>
a { background-color: #4916BD; }
a { background-color: rgb(73,22,189); }
div.DivClassName
{
background-color: #4916BD;
}
.BgClassName
{
background-color: #4916BD;
}
</style>
border-color css
<style>
span { border-color: #4916BD; }
span { border-color: rgb(73,22,189); }
td.TdClassName
{
border-color: #4916BD;
}
.TagClassName
{
border-color: #4916BD;
}
</style>