Shades of Purple Heart #4A1FAA
Tints of Purple Heart #4A1FAA
RGB
CMYK
RGB Variations
Color information
#4A1FAA (or 0x4A1FAA) is known color: Purple Heart. HEX triplet: 4A, 1F and AA. RGB value is (74,31,170). Sum of RGB (Red+Green+Blue) = 74+31+170=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A1FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1FAA is #B5E055. Grayscale: #3B3B3B. Windows color (decimal): -11919446 or 11149130. OLE color: 11149130.
HSL color Cylindrical-coordinate representation of color #4A1FAA: hue angle of 258.56º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1FAA is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 31 | 170 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.33 |
| HSL | 258.56º | 0.69% | 0.39% | - |
| HSV(B) | 258.56º | 0.82% | 0.67% | - |
| XYZ | 10.57 | 5.34 | 38.5 | - |
| YUV | 59.7 | 190.25 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 170 | 0.56 | 0.82 | 0 | 0.33 | 258.56 | 0.69 | 0.39 |
| Hex | 4A | 1F | AA | 38 | 52 | 0 | 21 | 103 | 45 | 27 |
| Octal | 112 | 37 | 252 | 70 | 122 | 0 | 41 | 403 | 105 | 47 |
| Binary | 1001010 | 11111 | 10101010 | 111000 | 1010010 | 0 | 100001 | 100000011 | 1000101 | 100111 |
Color Harmonies of #4A1FAA
Complementary color
Monochromatic Colors of #4A1FAA
Black with #4A1FAA
Text Example
Text Example
White with #4A1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1FAA; }
p { color: rgb(74,31,170); }
H1.HeaderClassName
{
color: #4A1FAA;
}
.AnyTagClassName
{
color: #4A1FAA;
}
</style>
background-color css
<style>
a { background-color: #4A1FAA; }
a { background-color: rgb(74,31,170); }
div.DivClassName
{
background-color: #4A1FAA;
}
.BgClassName
{
background-color: #4A1FAA;
}
</style>
border-color css
<style>
span { border-color: #4A1FAA; }
span { border-color: rgb(74,31,170); }
td.TdClassName
{
border-color: #4A1FAA;
}
.TagClassName
{
border-color: #4A1FAA;
}
</style>