Shades of Purple Heart #4819BA
Tints of Purple Heart #4819BA
RGB
CMYK
RGB Variations
Color information
#4819BA (or 0x4819BA) is known color: Purple Heart. HEX triplet: 48, 19 and BA. RGB value is (72,25,186). Sum of RGB (Red+Green+Blue) = 72+25+186=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #4819BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4819BA is #B7E645. Grayscale: #383838. Windows color (decimal): -12052038 or 12196168. OLE color: 12196168.
HSL color Cylindrical-coordinate representation of color #4819BA: hue angle of 257.52º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4819BA is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 25 | 186 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.27 |
| HSL | 257.52º | 0.76% | 0.41% | - |
| HSV(B) | 257.52º | 0.87% | 0.73% | - |
| XYZ | 11.88 | 5.62 | 46.91 | - |
| YUV | 57.41 | 200.57 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 186 | 0.61 | 0.87 | 0 | 0.27 | 257.52 | 0.76 | 0.41 |
| Hex | 48 | 19 | BA | 3D | 57 | 0 | 1B | 102 | 4C | 29 |
| Octal | 110 | 31 | 272 | 75 | 127 | 0 | 33 | 402 | 114 | 51 |
| Binary | 1001000 | 11001 | 10111010 | 111101 | 1010111 | 0 | 11011 | 100000010 | 1001100 | 101001 |
Color Harmonies of #4819BA
Complementary color
Monochromatic Colors of #4819BA
Black with #4819BA
Text Example
Text Example
White with #4819BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4819BA; }
p { color: rgb(72,25,186); }
H1.HeaderClassName
{
color: #4819BA;
}
.AnyTagClassName
{
color: #4819BA;
}
</style>
background-color css
<style>
a { background-color: #4819BA; }
a { background-color: rgb(72,25,186); }
div.DivClassName
{
background-color: #4819BA;
}
.BgClassName
{
background-color: #4819BA;
}
</style>
border-color css
<style>
span { border-color: #4819BA; }
span { border-color: rgb(72,25,186); }
td.TdClassName
{
border-color: #4819BA;
}
.TagClassName
{
border-color: #4819BA;
}
</style>