Shades of Purple Heart #481AAA
Tints of Purple Heart #481AAA
RGB
CMYK
RGB Variations
Color information
#481AAA (or 0x481AAA) is known color: Purple Heart. HEX triplet: 48, 1A and AA. RGB value is (72,26,170). Sum of RGB (Red+Green+Blue) = 72+26+170=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #481AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481AAA is #B7E555. Grayscale: #373737. Windows color (decimal): -12051798 or 11147848. OLE color: 11147848.
HSL color Cylindrical-coordinate representation of color #481AAA: hue angle of 259.17º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481AAA is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 26 | 170 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.33 |
| HSL | 259.17º | 0.73% | 0.38% | - |
| HSV(B) | 259.17º | 0.85% | 0.67% | - |
| XYZ | 10.3 | 5.02 | 38.46 | - |
| YUV | 56.17 | 192.24 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 170 | 0.58 | 0.85 | 0 | 0.33 | 259.17 | 0.73 | 0.38 |
| Hex | 48 | 1A | AA | 3A | 55 | 0 | 21 | 103 | 49 | 26 |
| Octal | 110 | 32 | 252 | 72 | 125 | 0 | 41 | 403 | 111 | 46 |
| Binary | 1001000 | 11010 | 10101010 | 111010 | 1010101 | 0 | 100001 | 100000011 | 1001001 | 100110 |
Color Harmonies of #481AAA
Complementary color
Monochromatic Colors of #481AAA
Black with #481AAA
Text Example
Text Example
White with #481AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481AAA; }
p { color: rgb(72,26,170); }
H1.HeaderClassName
{
color: #481AAA;
}
.AnyTagClassName
{
color: #481AAA;
}
</style>
background-color css
<style>
a { background-color: #481AAA; }
a { background-color: rgb(72,26,170); }
div.DivClassName
{
background-color: #481AAA;
}
.BgClassName
{
background-color: #481AAA;
}
</style>
border-color css
<style>
span { border-color: #481AAA; }
span { border-color: rgb(72,26,170); }
td.TdClassName
{
border-color: #481AAA;
}
.TagClassName
{
border-color: #481AAA;
}
</style>