Shades of Purple Heart #4913BC
Tints of Purple Heart #4913BC
RGB
CMYK
RGB Variations
Color information
#4913BC (or 0x4913BC) is known color: Purple Heart. HEX triplet: 49, 13 and BC. RGB value is (73,19,188). Sum of RGB (Red+Green+Blue) = 73+19+188=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #4913BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4913BC is #B6EC43. Grayscale: #353535. Windows color (decimal): -11988036 or 12325705. OLE color: 12325705.
HSL color Cylindrical-coordinate representation of color #4913BC: hue angle of 259.17º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4913BC is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 19 | 188 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.26 |
| HSL | 259.17º | 0.82% | 0.41% | - |
| HSV(B) | 259.17º | 0.9% | 0.74% | - |
| XYZ | 12.06 | 5.51 | 48.01 | - |
| YUV | 54.41 | 203.39 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 188 | 0.61 | 0.90 | 0 | 0.26 | 259.17 | 0.82 | 0.41 |
| Hex | 49 | 13 | BC | 3D | 5A | 0 | 1A | 103 | 52 | 29 |
| Octal | 111 | 23 | 274 | 75 | 132 | 0 | 32 | 403 | 122 | 51 |
| Binary | 1001001 | 10011 | 10111100 | 111101 | 1011010 | 0 | 11010 | 100000011 | 1010010 | 101001 |
Color Harmonies of #4913BC
Complementary color
Monochromatic Colors of #4913BC
Black with #4913BC
Text Example
Text Example
White with #4913BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4913BC; }
p { color: rgb(73,19,188); }
H1.HeaderClassName
{
color: #4913BC;
}
.AnyTagClassName
{
color: #4913BC;
}
</style>
background-color css
<style>
a { background-color: #4913BC; }
a { background-color: rgb(73,19,188); }
div.DivClassName
{
background-color: #4913BC;
}
.BgClassName
{
background-color: #4913BC;
}
</style>
border-color css
<style>
span { border-color: #4913BC; }
span { border-color: rgb(73,19,188); }
td.TdClassName
{
border-color: #4913BC;
}
.TagClassName
{
border-color: #4913BC;
}
</style>