Shades of Purple Heart #4915BE
Tints of Purple Heart #4915BE
RGB
CMYK
RGB Variations
Color information
#4915BE (or 0x4915BE) is known color: Purple Heart. HEX triplet: 49, 15 and BE. RGB value is (73,21,190). Sum of RGB (Red+Green+Blue) = 73+21+190=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #4915BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4915BE is #B6EA41. Grayscale: #373737. Windows color (decimal): -11987522 or 12457289. OLE color: 12457289.
HSL color Cylindrical-coordinate representation of color #4915BE: hue angle of 258.46º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4915BE is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 21 | 190 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.25 |
| HSL | 258.46º | 0.8% | 0.41% | - |
| HSV(B) | 258.46º | 0.89% | 0.75% | - |
| XYZ | 12.31 | 5.67 | 49.16 | - |
| YUV | 55.81 | 203.73 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 190 | 0.62 | 0.89 | 0 | 0.25 | 258.46 | 0.8 | 0.41 |
| Hex | 49 | 15 | BE | 3E | 59 | 0 | 19 | 102 | 50 | 29 |
| Octal | 111 | 25 | 276 | 76 | 131 | 0 | 31 | 402 | 120 | 51 |
| Binary | 1001001 | 10101 | 10111110 | 111110 | 1011001 | 0 | 11001 | 100000010 | 1010000 | 101001 |
Color Harmonies of #4915BE
Complementary color
Monochromatic Colors of #4915BE
Black with #4915BE
Text Example
Text Example
White with #4915BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4915BE; }
p { color: rgb(73,21,190); }
H1.HeaderClassName
{
color: #4915BE;
}
.AnyTagClassName
{
color: #4915BE;
}
</style>
background-color css
<style>
a { background-color: #4915BE; }
a { background-color: rgb(73,21,190); }
div.DivClassName
{
background-color: #4915BE;
}
.BgClassName
{
background-color: #4915BE;
}
</style>
border-color css
<style>
span { border-color: #4915BE; }
span { border-color: rgb(73,21,190); }
td.TdClassName
{
border-color: #4915BE;
}
.TagClassName
{
border-color: #4915BE;
}
</style>