Shades of Purple Heart #481ABA
Tints of Purple Heart #481ABA
RGB
CMYK
RGB Variations
Color information
#481ABA (or 0x481ABA) is known color: Purple Heart. HEX triplet: 48, 1A and BA. RGB value is (72,26,186). Sum of RGB (Red+Green+Blue) = 72+26+186=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #481ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ABA is #B7E545. Grayscale: #393939. Windows color (decimal): -12051782 or 12196424. OLE color: 12196424.
HSL color Cylindrical-coordinate representation of color #481ABA: hue angle of 257.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481ABA is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 26 | 186 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.27 |
| HSL | 257.25º | 0.75% | 0.42% | - |
| HSV(B) | 257.25º | 0.86% | 0.73% | - |
| XYZ | 11.9 | 5.66 | 46.92 | - |
| YUV | 57.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 186 | 0.61 | 0.86 | 0 | 0.27 | 257.25 | 0.75 | 0.42 |
| Hex | 48 | 1A | BA | 3D | 56 | 0 | 1B | 101 | 4B | 2A |
| Octal | 110 | 32 | 272 | 75 | 126 | 0 | 33 | 401 | 113 | 52 |
| Binary | 1001000 | 11010 | 10111010 | 111101 | 1010110 | 0 | 11011 | 100000001 | 1001011 | 101010 |
Color Harmonies of #481ABA
Complementary color
Monochromatic Colors of #481ABA
Black with #481ABA
Text Example
Text Example
White with #481ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481ABA; }
p { color: rgb(72,26,186); }
H1.HeaderClassName
{
color: #481ABA;
}
.AnyTagClassName
{
color: #481ABA;
}
</style>
background-color css
<style>
a { background-color: #481ABA; }
a { background-color: rgb(72,26,186); }
div.DivClassName
{
background-color: #481ABA;
}
.BgClassName
{
background-color: #481ABA;
}
</style>
border-color css
<style>
span { border-color: #481ABA; }
span { border-color: rgb(72,26,186); }
td.TdClassName
{
border-color: #481ABA;
}
.TagClassName
{
border-color: #481ABA;
}
</style>