Shades of Purple Heart #4A1AAA
Tints of Purple Heart #4A1AAA
RGB
CMYK
RGB Variations
Color information
#4A1AAA (or 0x4A1AAA) is known color: Purple Heart. HEX triplet: 4A, 1A and AA. RGB value is (74,26,170). Sum of RGB (Red+Green+Blue) = 74+26+170=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A1AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1AAA is #B5E555. Grayscale: #383838. Windows color (decimal): -11920726 or 11147850. OLE color: 11147850.
HSL color Cylindrical-coordinate representation of color #4A1AAA: hue angle of 260º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1AAA is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 26 | 170 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.33 |
| HSL | 260º | 0.73% | 0.38% | - |
| HSV(B) | 260º | 0.85% | 0.67% | - |
| XYZ | 10.45 | 5.1 | 38.46 | - |
| YUV | 56.77 | 191.9 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 170 | 0.56 | 0.85 | 0 | 0.33 | 260 | 0.73 | 0.38 |
| Hex | 4A | 1A | AA | 38 | 55 | 0 | 21 | 104 | 49 | 26 |
| Octal | 112 | 32 | 252 | 70 | 125 | 0 | 41 | 404 | 111 | 46 |
| Binary | 1001010 | 11010 | 10101010 | 111000 | 1010101 | 0 | 100001 | 100000100 | 1001001 | 100110 |
Color Harmonies of #4A1AAA
Complementary color
Monochromatic Colors of #4A1AAA
Black with #4A1AAA
Text Example
Text Example
White with #4A1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1AAA; }
p { color: rgb(74,26,170); }
H1.HeaderClassName
{
color: #4A1AAA;
}
.AnyTagClassName
{
color: #4A1AAA;
}
</style>
background-color css
<style>
a { background-color: #4A1AAA; }
a { background-color: rgb(74,26,170); }
div.DivClassName
{
background-color: #4A1AAA;
}
.BgClassName
{
background-color: #4A1AAA;
}
</style>
border-color css
<style>
span { border-color: #4A1AAA; }
span { border-color: rgb(74,26,170); }
td.TdClassName
{
border-color: #4A1AAA;
}
.TagClassName
{
border-color: #4A1AAA;
}
</style>