Shades of Purple Heart #4816BA
Tints of Purple Heart #4816BA
RGB
CMYK
RGB Variations
Color information
#4816BA (or 0x4816BA) is known color: Purple Heart. HEX triplet: 48, 16 and BA. RGB value is (72,22,186). Sum of RGB (Red+Green+Blue) = 72+22+186=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #4816BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816BA is #B7E945. Grayscale: #373737. Windows color (decimal): -12052806 or 12195400. OLE color: 12195400.
HSL color Cylindrical-coordinate representation of color #4816BA: hue angle of 258.29º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4816BA is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 22 | 186 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.27 |
| HSL | 258.29º | 0.79% | 0.41% | - |
| HSV(B) | 258.29º | 0.88% | 0.73% | - |
| XYZ | 11.82 | 5.5 | 46.89 | - |
| YUV | 55.65 | 201.57 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 186 | 0.61 | 0.88 | 0 | 0.27 | 258.29 | 0.79 | 0.41 |
| Hex | 48 | 16 | BA | 3D | 58 | 0 | 1B | 102 | 4F | 29 |
| Octal | 110 | 26 | 272 | 75 | 130 | 0 | 33 | 402 | 117 | 51 |
| Binary | 1001000 | 10110 | 10111010 | 111101 | 1011000 | 0 | 11011 | 100000010 | 1001111 | 101001 |
Color Harmonies of #4816BA
Complementary color
Monochromatic Colors of #4816BA
Black with #4816BA
Text Example
Text Example
White with #4816BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4816BA; }
p { color: rgb(72,22,186); }
H1.HeaderClassName
{
color: #4816BA;
}
.AnyTagClassName
{
color: #4816BA;
}
</style>
background-color css
<style>
a { background-color: #4816BA; }
a { background-color: rgb(72,22,186); }
div.DivClassName
{
background-color: #4816BA;
}
.BgClassName
{
background-color: #4816BA;
}
</style>
border-color css
<style>
span { border-color: #4816BA; }
span { border-color: rgb(72,22,186); }
td.TdClassName
{
border-color: #4816BA;
}
.TagClassName
{
border-color: #4816BA;
}
</style>