Shades of Purple Heart #4A1FA9
Tints of Purple Heart #4A1FA9
RGB
CMYK
RGB Variations
Color information
#4A1FA9 (or 0x4A1FA9) is known color: Purple Heart. HEX triplet: 4A, 1F and A9. RGB value is (74,31,169). Sum of RGB (Red+Green+Blue) = 74+31+169=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 169 (66.41% from 255 or 61.68% from 274); Max value from RGB is 169 - color contains mainly: blue. Hex color #4A1FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1FA9 is #B5E056. Grayscale: #3B3B3B. Windows color (decimal): -11919447 or 11083594. OLE color: 11083594.
HSL color Cylindrical-coordinate representation of color #4A1FA9: hue angle of 258.7º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1FA9 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 31 | 169 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.34 |
| HSL | 258.7º | 0.69% | 0.39% | - |
| HSV(B) | 258.7º | 0.82% | 0.66% | - |
| XYZ | 10.48 | 5.3 | 38.01 | - |
| YUV | 59.59 | 189.75 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 169 | 0.56 | 0.82 | 0 | 0.34 | 258.7 | 0.69 | 0.39 |
| Hex | 4A | 1F | A9 | 38 | 52 | 0 | 22 | 103 | 45 | 27 |
| Octal | 112 | 37 | 251 | 70 | 122 | 0 | 42 | 403 | 105 | 47 |
| Binary | 1001010 | 11111 | 10101001 | 111000 | 1010010 | 0 | 100010 | 100000011 | 1000101 | 100111 |
Color Harmonies of #4A1FA9
Complementary color
Monochromatic Colors of #4A1FA9
Black with #4A1FA9
Text Example
Text Example
White with #4A1FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1FA9; }
p { color: rgb(74,31,169); }
H1.HeaderClassName
{
color: #4A1FA9;
}
.AnyTagClassName
{
color: #4A1FA9;
}
</style>
background-color css
<style>
a { background-color: #4A1FA9; }
a { background-color: rgb(74,31,169); }
div.DivClassName
{
background-color: #4A1FA9;
}
.BgClassName
{
background-color: #4A1FA9;
}
</style>
border-color css
<style>
span { border-color: #4A1FA9; }
span { border-color: rgb(74,31,169); }
td.TdClassName
{
border-color: #4A1FA9;
}
.TagClassName
{
border-color: #4A1FA9;
}
</style>