Shades of Purple Heart #4816AB
Tints of Purple Heart #4816AB
RGB
CMYK
RGB Variations
Color information
#4816AB (or 0x4816AB) is known color: Purple Heart. HEX triplet: 48, 16 and AB. RGB value is (72,22,171). Sum of RGB (Red+Green+Blue) = 72+22+171=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #4816AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4816AB is #B7E954. Grayscale: #353535. Windows color (decimal): -12052821 or 11212360. OLE color: 11212360.
HSL color Cylindrical-coordinate representation of color #4816AB: hue angle of 260.13º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4816AB is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 22 | 171 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.33 |
| HSL | 260.13º | 0.77% | 0.38% | - |
| HSV(B) | 260.13º | 0.87% | 0.67% | - |
| XYZ | 10.31 | 4.89 | 38.93 | - |
| YUV | 53.94 | 194.07 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 171 | 0.58 | 0.87 | 0 | 0.33 | 260.13 | 0.77 | 0.38 |
| Hex | 48 | 16 | AB | 3A | 57 | 0 | 21 | 104 | 4D | 26 |
| Octal | 110 | 26 | 253 | 72 | 127 | 0 | 41 | 404 | 115 | 46 |
| Binary | 1001000 | 10110 | 10101011 | 111010 | 1010111 | 0 | 100001 | 100000100 | 1001101 | 100110 |
Color Harmonies of #4816AB
Complementary color
Monochromatic Colors of #4816AB
Black with #4816AB
Text Example
Text Example
White with #4816AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4816AB; }
p { color: rgb(72,22,171); }
H1.HeaderClassName
{
color: #4816AB;
}
.AnyTagClassName
{
color: #4816AB;
}
</style>
background-color css
<style>
a { background-color: #4816AB; }
a { background-color: rgb(72,22,171); }
div.DivClassName
{
background-color: #4816AB;
}
.BgClassName
{
background-color: #4816AB;
}
</style>
border-color css
<style>
span { border-color: #4816AB; }
span { border-color: rgb(72,22,171); }
td.TdClassName
{
border-color: #4816AB;
}
.TagClassName
{
border-color: #4816AB;
}
</style>