Shades of Purple Heart #4A1FA8
Tints of Purple Heart #4A1FA8
RGB
CMYK
RGB Variations
Color information
#4A1FA8 (or 0x4A1FA8) is known color: Purple Heart. HEX triplet: 4A, 1F and A8. RGB value is (74,31,168). Sum of RGB (Red+Green+Blue) = 74+31+168=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 168 (66.02% from 255 or 61.54% from 273); Max value from RGB is 168 - color contains mainly: blue. Hex color #4A1FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1FA8 is #B5E057. Grayscale: #3A3A3A. Windows color (decimal): -11919448 or 11018058. OLE color: 11018058.
HSL color Cylindrical-coordinate representation of color #4A1FA8: hue angle of 258.83º 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 #4A1FA8 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 31 | 168 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.34 |
| HSL | 258.83º | 0.69% | 0.39% | - |
| HSV(B) | 258.83º | 0.82% | 0.66% | - |
| XYZ | 10.38 | 5.26 | 37.51 | - |
| YUV | 59.48 | 189.25 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 168 | 0.56 | 0.82 | 0 | 0.34 | 258.83 | 0.69 | 0.39 |
| Hex | 4A | 1F | A8 | 38 | 52 | 0 | 22 | 103 | 45 | 27 |
| Octal | 112 | 37 | 250 | 70 | 122 | 0 | 42 | 403 | 105 | 47 |
| Binary | 1001010 | 11111 | 10101000 | 111000 | 1010010 | 0 | 100010 | 100000011 | 1000101 | 100111 |
Color Harmonies of #4A1FA8
Complementary color
Monochromatic Colors of #4A1FA8
Black with #4A1FA8
Text Example
Text Example
White with #4A1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1FA8; }
p { color: rgb(74,31,168); }
H1.HeaderClassName
{
color: #4A1FA8;
}
.AnyTagClassName
{
color: #4A1FA8;
}
</style>
background-color css
<style>
a { background-color: #4A1FA8; }
a { background-color: rgb(74,31,168); }
div.DivClassName
{
background-color: #4A1FA8;
}
.BgClassName
{
background-color: #4A1FA8;
}
</style>
border-color css
<style>
span { border-color: #4A1FA8; }
span { border-color: rgb(74,31,168); }
td.TdClassName
{
border-color: #4A1FA8;
}
.TagClassName
{
border-color: #4A1FA8;
}
</style>