Shades of Purple Heart #481BAE
Tints of Purple Heart #481BAE
RGB
CMYK
RGB Variations
Color information
#481BAE (or 0x481BAE) is known color: Purple Heart. HEX triplet: 48, 1B and AE. RGB value is (72,27,174). Sum of RGB (Red+Green+Blue) = 72+27+174=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #481BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481BAE is #B7E451. Grayscale: #383838. Windows color (decimal): -12051538 or 11410248. OLE color: 11410248.
HSL color Cylindrical-coordinate representation of color #481BAE: hue angle of 258.37º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481BAE is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 27 | 174 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.32 |
| HSL | 258.37º | 0.73% | 0.39% | - |
| HSV(B) | 258.37º | 0.84% | 0.68% | - |
| XYZ | 10.7 | 5.22 | 40.49 | - |
| YUV | 57.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 174 | 0.59 | 0.84 | 0 | 0.32 | 258.37 | 0.73 | 0.39 |
| Hex | 48 | 1B | AE | 3B | 54 | 0 | 20 | 102 | 49 | 27 |
| Octal | 110 | 33 | 256 | 73 | 124 | 0 | 40 | 402 | 111 | 47 |
| Binary | 1001000 | 11011 | 10101110 | 111011 | 1010100 | 0 | 100000 | 100000010 | 1001001 | 100111 |
Color Harmonies of #481BAE
Complementary color
Monochromatic Colors of #481BAE
Black with #481BAE
Text Example
Text Example
White with #481BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481BAE; }
p { color: rgb(72,27,174); }
H1.HeaderClassName
{
color: #481BAE;
}
.AnyTagClassName
{
color: #481BAE;
}
</style>
background-color css
<style>
a { background-color: #481BAE; }
a { background-color: rgb(72,27,174); }
div.DivClassName
{
background-color: #481BAE;
}
.BgClassName
{
background-color: #481BAE;
}
</style>
border-color css
<style>
span { border-color: #481BAE; }
span { border-color: rgb(72,27,174); }
td.TdClassName
{
border-color: #481BAE;
}
.TagClassName
{
border-color: #481BAE;
}
</style>