Shades of Purple Heart #4813BA
Tints of Purple Heart #4813BA
RGB
CMYK
RGB Variations
Color information
#4813BA (or 0x4813BA) is known color: Purple Heart. HEX triplet: 48, 13 and BA. RGB value is (72,19,186). Sum of RGB (Red+Green+Blue) = 72+19+186=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #4813BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4813BA is #B7EC45. Grayscale: #353535. Windows color (decimal): -12053574 or 12194632. OLE color: 12194632.
HSL color Cylindrical-coordinate representation of color #4813BA: hue angle of 259.04º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4813BA is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 19 | 186 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.27 |
| HSL | 259.04º | 0.81% | 0.4% | - |
| HSV(B) | 259.04º | 0.9% | 0.73% | - |
| XYZ | 11.77 | 5.39 | 46.87 | - |
| YUV | 53.89 | 202.56 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 186 | 0.61 | 0.90 | 0 | 0.27 | 259.04 | 0.81 | 0.4 |
| Hex | 48 | 13 | BA | 3D | 5A | 0 | 1B | 103 | 51 | 28 |
| Octal | 110 | 23 | 272 | 75 | 132 | 0 | 33 | 403 | 121 | 50 |
| Binary | 1001000 | 10011 | 10111010 | 111101 | 1011010 | 0 | 11011 | 100000011 | 1010001 | 101000 |
Color Harmonies of #4813BA
Complementary color
Monochromatic Colors of #4813BA
Black with #4813BA
Text Example
Text Example
White with #4813BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4813BA; }
p { color: rgb(72,19,186); }
H1.HeaderClassName
{
color: #4813BA;
}
.AnyTagClassName
{
color: #4813BA;
}
</style>
background-color css
<style>
a { background-color: #4813BA; }
a { background-color: rgb(72,19,186); }
div.DivClassName
{
background-color: #4813BA;
}
.BgClassName
{
background-color: #4813BA;
}
</style>
border-color css
<style>
span { border-color: #4813BA; }
span { border-color: rgb(72,19,186); }
td.TdClassName
{
border-color: #4813BA;
}
.TagClassName
{
border-color: #4813BA;
}
</style>