Shades of Purple Heart #4905BA
Tints of Purple Heart #4905BA
RGB
CMYK
RGB Variations
Color information
#4905BA (or 0x4905BA) is known color: Purple Heart. HEX triplet: 49, 05 and BA. RGB value is (73,5,186). Sum of RGB (Red+Green+Blue) = 73+5+186=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #4905BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4905BA is #B6FA45. Grayscale: #2D2D2D. Windows color (decimal): -11991622 or 12191049. OLE color: 12191049.
HSL color Cylindrical-coordinate representation of color #4905BA: hue angle of 262.54º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4905BA is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 5 | 186 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.27 |
| HSL | 262.54º | 0.95% | 0.37% | - |
| HSV(B) | 262.54º | 0.97% | 0.73% | - |
| XYZ | 11.66 | 5.07 | 46.82 | - |
| YUV | 45.97 | 207.03 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 186 | 0.61 | 0.97 | 0 | 0.27 | 262.54 | 0.95 | 0.37 |
| Hex | 49 | 5 | BA | 3D | 61 | 0 | 1B | 107 | 5F | 25 |
| Octal | 111 | 5 | 272 | 75 | 141 | 0 | 33 | 407 | 137 | 45 |
| Binary | 1001001 | 101 | 10111010 | 111101 | 1100001 | 0 | 11011 | 100000111 | 1011111 | 100101 |
Color Harmonies of #4905BA
Complementary color
Monochromatic Colors of #4905BA
Black with #4905BA
Text Example
Text Example
White with #4905BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905BA; }
p { color: rgb(73,5,186); }
H1.HeaderClassName
{
color: #4905BA;
}
.AnyTagClassName
{
color: #4905BA;
}
</style>
background-color css
<style>
a { background-color: #4905BA; }
a { background-color: rgb(73,5,186); }
div.DivClassName
{
background-color: #4905BA;
}
.BgClassName
{
background-color: #4905BA;
}
</style>
border-color css
<style>
span { border-color: #4905BA; }
span { border-color: rgb(73,5,186); }
td.TdClassName
{
border-color: #4905BA;
}
.TagClassName
{
border-color: #4905BA;
}
</style>