Shades of Purple Heart #4913B5
Tints of Purple Heart #4913B5
RGB
CMYK
RGB Variations
Color information
#4913B5 (or 0x4913B5) is known color: Purple Heart. HEX triplet: 49, 13 and B5. RGB value is (73,19,181). Sum of RGB (Red+Green+Blue) = 73+19+181=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 181 (71.09% from 255 or 66.30% from 273); Max value from RGB is 181 - color contains mainly: blue. Hex color #4913B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4913B5 is #B6EC4A. Grayscale: #353535. Windows color (decimal): -11988043 or 11866953. OLE color: 11866953.
HSL color Cylindrical-coordinate representation of color #4913B5: hue angle of 260º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4913B5 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 19 | 181 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.29 |
| HSL | 260º | 0.81% | 0.39% | - |
| HSV(B) | 260º | 0.9% | 0.71% | - |
| XYZ | 11.32 | 5.22 | 44.13 | - |
| YUV | 53.61 | 199.89 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 181 | 0.60 | 0.90 | 0 | 0.29 | 260 | 0.81 | 0.39 |
| Hex | 49 | 13 | B5 | 3C | 5A | 0 | 1D | 104 | 51 | 27 |
| Octal | 111 | 23 | 265 | 74 | 132 | 0 | 35 | 404 | 121 | 47 |
| Binary | 1001001 | 10011 | 10110101 | 111100 | 1011010 | 0 | 11101 | 100000100 | 1010001 | 100111 |
Color Harmonies of #4913B5
Complementary color
Monochromatic Colors of #4913B5
Black with #4913B5
Text Example
Text Example
White with #4913B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4913B5; }
p { color: rgb(73,19,181); }
H1.HeaderClassName
{
color: #4913B5;
}
.AnyTagClassName
{
color: #4913B5;
}
</style>
background-color css
<style>
a { background-color: #4913B5; }
a { background-color: rgb(73,19,181); }
div.DivClassName
{
background-color: #4913B5;
}
.BgClassName
{
background-color: #4913B5;
}
</style>
border-color css
<style>
span { border-color: #4913B5; }
span { border-color: rgb(73,19,181); }
td.TdClassName
{
border-color: #4913B5;
}
.TagClassName
{
border-color: #4913B5;
}
</style>