Shades of Purple Heart #481AAE
Tints of Purple Heart #481AAE
RGB
CMYK
RGB Variations
Color information
#481AAE (or 0x481AAE) is known color: Purple Heart. HEX triplet: 48, 1A and AE. RGB value is (72,26,174). Sum of RGB (Red+Green+Blue) = 72+26+174=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #481AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481AAE is #B7E551. Grayscale: #383838. Windows color (decimal): -12051794 or 11409992. OLE color: 11409992.
HSL color Cylindrical-coordinate representation of color #481AAE: hue angle of 258.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481AAE is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 26 | 174 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.32 |
| HSL | 258.65º | 0.74% | 0.39% | - |
| HSV(B) | 258.65º | 0.85% | 0.68% | - |
| XYZ | 10.68 | 5.17 | 40.48 | - |
| YUV | 56.63 | 194.24 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 174 | 0.59 | 0.85 | 0 | 0.32 | 258.65 | 0.74 | 0.39 |
| Hex | 48 | 1A | AE | 3B | 55 | 0 | 20 | 103 | 4A | 27 |
| Octal | 110 | 32 | 256 | 73 | 125 | 0 | 40 | 403 | 112 | 47 |
| Binary | 1001000 | 11010 | 10101110 | 111011 | 1010101 | 0 | 100000 | 100000011 | 1001010 | 100111 |
Color Harmonies of #481AAE
Complementary color
Monochromatic Colors of #481AAE
Black with #481AAE
Text Example
Text Example
White with #481AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481AAE; }
p { color: rgb(72,26,174); }
H1.HeaderClassName
{
color: #481AAE;
}
.AnyTagClassName
{
color: #481AAE;
}
</style>
background-color css
<style>
a { background-color: #481AAE; }
a { background-color: rgb(72,26,174); }
div.DivClassName
{
background-color: #481AAE;
}
.BgClassName
{
background-color: #481AAE;
}
</style>
border-color css
<style>
span { border-color: #481AAE; }
span { border-color: rgb(72,26,174); }
td.TdClassName
{
border-color: #481AAE;
}
.TagClassName
{
border-color: #481AAE;
}
</style>