Shades of Purple Heart #4906BE
Tints of Purple Heart #4906BE
RGB
CMYK
RGB Variations
Color information
#4906BE (or 0x4906BE) is known color: Purple Heart. HEX triplet: 49, 06 and BE. RGB value is (73,6,190). Sum of RGB (Red+Green+Blue) = 73+6+190=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #4906BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4906BE is #B6F941. Grayscale: #2E2E2E. Windows color (decimal): -11991362 or 12453449. OLE color: 12453449.
HSL color Cylindrical-coordinate representation of color #4906BE: hue angle of 261.85º degrees, saturation: 0.94, 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 #4906BE is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 6 | 190 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.25 |
| HSL | 261.85º | 0.94% | 0.38% | - |
| HSV(B) | 261.85º | 0.97% | 0.75% | - |
| XYZ | 12.11 | 5.26 | 49.09 | - |
| YUV | 47.01 | 208.7 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 190 | 0.62 | 0.97 | 0 | 0.25 | 261.85 | 0.94 | 0.38 |
| Hex | 49 | 6 | BE | 3E | 61 | 0 | 19 | 106 | 5E | 26 |
| Octal | 111 | 6 | 276 | 76 | 141 | 0 | 31 | 406 | 136 | 46 |
| Binary | 1001001 | 110 | 10111110 | 111110 | 1100001 | 0 | 11001 | 100000110 | 1011110 | 100110 |
Color Harmonies of #4906BE
Complementary color
Monochromatic Colors of #4906BE
Black with #4906BE
Text Example
Text Example
White with #4906BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4906BE; }
p { color: rgb(73,6,190); }
H1.HeaderClassName
{
color: #4906BE;
}
.AnyTagClassName
{
color: #4906BE;
}
</style>
background-color css
<style>
a { background-color: #4906BE; }
a { background-color: rgb(73,6,190); }
div.DivClassName
{
background-color: #4906BE;
}
.BgClassName
{
background-color: #4906BE;
}
</style>
border-color css
<style>
span { border-color: #4906BE; }
span { border-color: rgb(73,6,190); }
td.TdClassName
{
border-color: #4906BE;
}
.TagClassName
{
border-color: #4906BE;
}
</style>