Shades of Purple Heart #4911BE
Tints of Purple Heart #4911BE
RGB
CMYK
RGB Variations
Color information
#4911BE (or 0x4911BE) is known color: Purple Heart. HEX triplet: 49, 11 and BE. RGB value is (73,17,190). Sum of RGB (Red+Green+Blue) = 73+17+190=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #4911BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4911BE is #B6EE41. Grayscale: #343434. Windows color (decimal): -11988546 or 12456265. OLE color: 12456265.
HSL color Cylindrical-coordinate representation of color #4911BE: hue angle of 259.42º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4911BE is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 17 | 190 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.25 |
| HSL | 259.42º | 0.84% | 0.41% | - |
| HSV(B) | 259.42º | 0.91% | 0.75% | - |
| XYZ | 12.24 | 5.54 | 49.14 | - |
| YUV | 53.47 | 205.05 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 190 | 0.62 | 0.91 | 0 | 0.25 | 259.42 | 0.84 | 0.41 |
| Hex | 49 | 11 | BE | 3E | 5B | 0 | 19 | 103 | 54 | 29 |
| Octal | 111 | 21 | 276 | 76 | 133 | 0 | 31 | 403 | 124 | 51 |
| Binary | 1001001 | 10001 | 10111110 | 111110 | 1011011 | 0 | 11001 | 100000011 | 1010100 | 101001 |
Color Harmonies of #4911BE
Complementary color
Monochromatic Colors of #4911BE
Black with #4911BE
Text Example
Text Example
White with #4911BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4911BE; }
p { color: rgb(73,17,190); }
H1.HeaderClassName
{
color: #4911BE;
}
.AnyTagClassName
{
color: #4911BE;
}
</style>
background-color css
<style>
a { background-color: #4911BE; }
a { background-color: rgb(73,17,190); }
div.DivClassName
{
background-color: #4911BE;
}
.BgClassName
{
background-color: #4911BE;
}
</style>
border-color css
<style>
span { border-color: #4911BE; }
span { border-color: rgb(73,17,190); }
td.TdClassName
{
border-color: #4911BE;
}
.TagClassName
{
border-color: #4911BE;
}
</style>