Shades of Purple Heart #4916BC
Tints of Purple Heart #4916BC
RGB
CMYK
RGB Variations
Color information
#4916BC (or 0x4916BC) is known color: Purple Heart. HEX triplet: 49, 16 and BC. RGB value is (73,22,188). Sum of RGB (Red+Green+Blue) = 73+22+188=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #4916BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916BC is #B6E943. Grayscale: #373737. Windows color (decimal): -11987268 or 12326473. OLE color: 12326473.
HSL color Cylindrical-coordinate representation of color #4916BC: hue angle of 258.43º 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 #4916BC is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 22 | 188 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.26 |
| HSL | 258.43º | 0.79% | 0.41% | - |
| HSV(B) | 258.43º | 0.88% | 0.74% | - |
| XYZ | 12.11 | 5.62 | 48.02 | - |
| YUV | 56.17 | 202.4 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 188 | 0.61 | 0.88 | 0 | 0.26 | 258.43 | 0.79 | 0.41 |
| Hex | 49 | 16 | BC | 3D | 58 | 0 | 1A | 102 | 4F | 29 |
| Octal | 111 | 26 | 274 | 75 | 130 | 0 | 32 | 402 | 117 | 51 |
| Binary | 1001001 | 10110 | 10111100 | 111101 | 1011000 | 0 | 11010 | 100000010 | 1001111 | 101001 |
Color Harmonies of #4916BC
Complementary color
Monochromatic Colors of #4916BC
Black with #4916BC
Text Example
Text Example
White with #4916BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4916BC; }
p { color: rgb(73,22,188); }
H1.HeaderClassName
{
color: #4916BC;
}
.AnyTagClassName
{
color: #4916BC;
}
</style>
background-color css
<style>
a { background-color: #4916BC; }
a { background-color: rgb(73,22,188); }
div.DivClassName
{
background-color: #4916BC;
}
.BgClassName
{
background-color: #4916BC;
}
</style>
border-color css
<style>
span { border-color: #4916BC; }
span { border-color: rgb(73,22,188); }
td.TdClassName
{
border-color: #4916BC;
}
.TagClassName
{
border-color: #4916BC;
}
</style>