Shades of Purple Heart #4915BC
Tints of Purple Heart #4915BC
RGB
CMYK
RGB Variations
Color information
#4915BC (or 0x4915BC) is known color: Purple Heart. HEX triplet: 49, 15 and BC. RGB value is (73,21,188). Sum of RGB (Red+Green+Blue) = 73+21+188=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #4915BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4915BC is #B6EA43. Grayscale: #363636. Windows color (decimal): -11987524 or 12326217. OLE color: 12326217.
HSL color Cylindrical-coordinate representation of color #4915BC: hue angle of 258.68º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4915BC is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 21 | 188 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.26 |
| HSL | 258.68º | 0.8% | 0.41% | - |
| HSV(B) | 258.68º | 0.89% | 0.74% | - |
| XYZ | 12.09 | 5.58 | 48.02 | - |
| YUV | 55.59 | 202.73 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 188 | 0.61 | 0.89 | 0 | 0.26 | 258.68 | 0.8 | 0.41 |
| Hex | 49 | 15 | BC | 3D | 59 | 0 | 1A | 103 | 50 | 29 |
| Octal | 111 | 25 | 274 | 75 | 131 | 0 | 32 | 403 | 120 | 51 |
| Binary | 1001001 | 10101 | 10111100 | 111101 | 1011001 | 0 | 11010 | 100000011 | 1010000 | 101001 |
Color Harmonies of #4915BC
Complementary color
Monochromatic Colors of #4915BC
Black with #4915BC
Text Example
Text Example
White with #4915BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4915BC; }
p { color: rgb(73,21,188); }
H1.HeaderClassName
{
color: #4915BC;
}
.AnyTagClassName
{
color: #4915BC;
}
</style>
background-color css
<style>
a { background-color: #4915BC; }
a { background-color: rgb(73,21,188); }
div.DivClassName
{
background-color: #4915BC;
}
.BgClassName
{
background-color: #4915BC;
}
</style>
border-color css
<style>
span { border-color: #4915BC; }
span { border-color: rgb(73,21,188); }
td.TdClassName
{
border-color: #4915BC;
}
.TagClassName
{
border-color: #4915BC;
}
</style>