Shades of Purple Heart #4902BE
Tints of Purple Heart #4902BE
RGB
CMYK
RGB Variations
Color information
#4902BE (or 0x4902BE) is known color: Purple Heart. HEX triplet: 49, 02 and BE. RGB value is (73,2,190). Sum of RGB (Red+Green+Blue) = 73+2+190=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #4902BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4902BE is #B6FD41. Grayscale: #2B2B2B. Windows color (decimal): -11992386 or 12452425. OLE color: 12452425.
HSL color Cylindrical-coordinate representation of color #4902BE: hue angle of 262.66º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902BE is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 2 | 190 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.25 |
| HSL | 262.66º | 0.98% | 0.38% | - |
| HSV(B) | 262.66º | 0.99% | 0.75% | - |
| XYZ | 12.06 | 5.18 | 49.08 | - |
| YUV | 44.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 190 | 0.62 | 0.99 | 0 | 0.25 | 262.66 | 0.98 | 0.38 |
| Hex | 49 | 2 | BE | 3E | 63 | 0 | 19 | 107 | 62 | 26 |
| Octal | 111 | 2 | 276 | 76 | 143 | 0 | 31 | 407 | 142 | 46 |
| Binary | 1001001 | 10 | 10111110 | 111110 | 1100011 | 0 | 11001 | 100000111 | 1100010 | 100110 |
Color Harmonies of #4902BE
Complementary color
Monochromatic Colors of #4902BE
Black with #4902BE
Text Example
Text Example
White with #4902BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4902BE; }
p { color: rgb(73,2,190); }
H1.HeaderClassName
{
color: #4902BE;
}
.AnyTagClassName
{
color: #4902BE;
}
</style>
background-color css
<style>
a { background-color: #4902BE; }
a { background-color: rgb(73,2,190); }
div.DivClassName
{
background-color: #4902BE;
}
.BgClassName
{
background-color: #4902BE;
}
</style>
border-color css
<style>
span { border-color: #4902BE; }
span { border-color: rgb(73,2,190); }
td.TdClassName
{
border-color: #4902BE;
}
.TagClassName
{
border-color: #4902BE;
}
</style>