Shades of Purple Heart #481DAB
Tints of Purple Heart #481DAB
RGB
CMYK
RGB Variations
Color information
#481DAB (or 0x481DAB) is known color: Purple Heart. HEX triplet: 48, 1D and AB. RGB value is (72,29,171). Sum of RGB (Red+Green+Blue) = 72+29+171=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #481DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481DAB is #B7E254. Grayscale: #393939. Windows color (decimal): -12051029 or 11214152. OLE color: 11214152.
HSL color Cylindrical-coordinate representation of color #481DAB: hue angle of 258.17º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481DAB is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 29 | 171 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.33 |
| HSL | 258.17º | 0.71% | 0.39% | - |
| HSV(B) | 258.17º | 0.83% | 0.67% | - |
| XYZ | 10.46 | 5.2 | 38.98 | - |
| YUV | 58.05 | 191.75 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 171 | 0.58 | 0.83 | 0 | 0.33 | 258.17 | 0.71 | 0.39 |
| Hex | 48 | 1D | AB | 3A | 53 | 0 | 21 | 102 | 47 | 27 |
| Octal | 110 | 35 | 253 | 72 | 123 | 0 | 41 | 402 | 107 | 47 |
| Binary | 1001000 | 11101 | 10101011 | 111010 | 1010011 | 0 | 100001 | 100000010 | 1000111 | 100111 |
Color Harmonies of #481DAB
Complementary color
Monochromatic Colors of #481DAB
Black with #481DAB
Text Example
Text Example
White with #481DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481DAB; }
p { color: rgb(72,29,171); }
H1.HeaderClassName
{
color: #481DAB;
}
.AnyTagClassName
{
color: #481DAB;
}
</style>
background-color css
<style>
a { background-color: #481DAB; }
a { background-color: rgb(72,29,171); }
div.DivClassName
{
background-color: #481DAB;
}
.BgClassName
{
background-color: #481DAB;
}
</style>
border-color css
<style>
span { border-color: #481DAB; }
span { border-color: rgb(72,29,171); }
td.TdClassName
{
border-color: #481DAB;
}
.TagClassName
{
border-color: #481DAB;
}
</style>