Shades of Purple Heart #4905BE
Tints of Purple Heart #4905BE
RGB
CMYK
RGB Variations
Color information
#4905BE (or 0x4905BE) is known color: Purple Heart. HEX triplet: 49, 05 and BE. RGB value is (73,5,190). Sum of RGB (Red+Green+Blue) = 73+5+190=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #4905BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4905BE is #B6FA41. Grayscale: #2D2D2D. Windows color (decimal): -11991618 or 12453193. OLE color: 12453193.
HSL color Cylindrical-coordinate representation of color #4905BE: hue angle of 262.05º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4905BE is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 5 | 190 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.25 |
| HSL | 262.05º | 0.95% | 0.38% | - |
| HSV(B) | 262.05º | 0.97% | 0.75% | - |
| XYZ | 12.1 | 5.24 | 49.09 | - |
| YUV | 46.42 | 209.03 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 190 | 0.62 | 0.97 | 0 | 0.25 | 262.05 | 0.95 | 0.38 |
| Hex | 49 | 5 | BE | 3E | 61 | 0 | 19 | 106 | 5F | 26 |
| Octal | 111 | 5 | 276 | 76 | 141 | 0 | 31 | 406 | 137 | 46 |
| Binary | 1001001 | 101 | 10111110 | 111110 | 1100001 | 0 | 11001 | 100000110 | 1011111 | 100110 |
Color Harmonies of #4905BE
Complementary color
Monochromatic Colors of #4905BE
Black with #4905BE
Text Example
Text Example
White with #4905BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905BE; }
p { color: rgb(73,5,190); }
H1.HeaderClassName
{
color: #4905BE;
}
.AnyTagClassName
{
color: #4905BE;
}
</style>
background-color css
<style>
a { background-color: #4905BE; }
a { background-color: rgb(73,5,190); }
div.DivClassName
{
background-color: #4905BE;
}
.BgClassName
{
background-color: #4905BE;
}
</style>
border-color css
<style>
span { border-color: #4905BE; }
span { border-color: rgb(73,5,190); }
td.TdClassName
{
border-color: #4905BE;
}
.TagClassName
{
border-color: #4905BE;
}
</style>