Shades of Purple Heart #4903BA
Tints of Purple Heart #4903BA
RGB
CMYK
RGB Variations
Color information
#4903BA (or 0x4903BA) is known color: Purple Heart. HEX triplet: 49, 03 and BA. RGB value is (73,3,186). Sum of RGB (Red+Green+Blue) = 73+3+186=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #4903BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4903BA is #B6FC45. Grayscale: #2C2C2C. Windows color (decimal): -11992134 or 12190537. OLE color: 12190537.
HSL color Cylindrical-coordinate representation of color #4903BA: hue angle of 262.95º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4903BA is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 3 | 186 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.27 |
| HSL | 262.95º | 0.97% | 0.37% | - |
| HSV(B) | 262.95º | 0.98% | 0.73% | - |
| XYZ | 11.64 | 5.03 | 46.81 | - |
| YUV | 44.79 | 207.69 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 186 | 0.61 | 0.98 | 0 | 0.27 | 262.95 | 0.97 | 0.37 |
| Hex | 49 | 3 | BA | 3D | 62 | 0 | 1B | 107 | 61 | 25 |
| Octal | 111 | 3 | 272 | 75 | 142 | 0 | 33 | 407 | 141 | 45 |
| Binary | 1001001 | 11 | 10111010 | 111101 | 1100010 | 0 | 11011 | 100000111 | 1100001 | 100101 |
Color Harmonies of #4903BA
Complementary color
Monochromatic Colors of #4903BA
Black with #4903BA
Text Example
Text Example
White with #4903BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4903BA; }
p { color: rgb(73,3,186); }
H1.HeaderClassName
{
color: #4903BA;
}
.AnyTagClassName
{
color: #4903BA;
}
</style>
background-color css
<style>
a { background-color: #4903BA; }
a { background-color: rgb(73,3,186); }
div.DivClassName
{
background-color: #4903BA;
}
.BgClassName
{
background-color: #4903BA;
}
</style>
border-color css
<style>
span { border-color: #4903BA; }
span { border-color: rgb(73,3,186); }
td.TdClassName
{
border-color: #4903BA;
}
.TagClassName
{
border-color: #4903BA;
}
</style>