Shades of Purple Heart #481AC9
Tints of Purple Heart #481AC9
RGB
CMYK
RGB Variations
Color information
#481AC9 (or 0x481AC9) is known color: Purple Heart. HEX triplet: 48, 1A and C9. RGB value is (72,26,201). Sum of RGB (Red+Green+Blue) = 72+26+201=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 201 (78.91% from 255 or 67.22% from 299); Max value from RGB is 201 - color contains mainly: blue. Hex color #481AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481AC9 is #B7E536. Grayscale: #3B3B3B. Windows color (decimal): -12051767 or 13179464. OLE color: 13179464.
HSL color Cylindrical-coordinate representation of color #481AC9: hue angle of 255.77º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481AC9 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 26 | 201 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.21 |
| HSL | 255.77º | 0.77% | 0.45% | - |
| HSV(B) | 255.77º | 0.87% | 0.79% | - |
| XYZ | 13.58 | 6.33 | 55.76 | - |
| YUV | 59.7 | 207.74 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 201 | 0.64 | 0.87 | 0 | 0.21 | 255.77 | 0.77 | 0.45 |
| Hex | 48 | 1A | C9 | 40 | 57 | 0 | 15 | 100 | 4D | 2D |
| Octal | 110 | 32 | 311 | 100 | 127 | 0 | 25 | 400 | 115 | 55 |
| Binary | 1001000 | 11010 | 11001001 | 1000000 | 1010111 | 0 | 10101 | 100000000 | 1001101 | 101101 |
Color Harmonies of #481AC9
Complementary color
Monochromatic Colors of #481AC9
Black with #481AC9
Text Example
Text Example
White with #481AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481AC9; }
p { color: rgb(72,26,201); }
H1.HeaderClassName
{
color: #481AC9;
}
.AnyTagClassName
{
color: #481AC9;
}
</style>
background-color css
<style>
a { background-color: #481AC9; }
a { background-color: rgb(72,26,201); }
div.DivClassName
{
background-color: #481AC9;
}
.BgClassName
{
background-color: #481AC9;
}
</style>
border-color css
<style>
span { border-color: #481AC9; }
span { border-color: rgb(72,26,201); }
td.TdClassName
{
border-color: #481AC9;
}
.TagClassName
{
border-color: #481AC9;
}
</style>