Shades of Purple Heart #4A26AE
Tints of Purple Heart #4A26AE
RGB
CMYK
RGB Variations
Color information
#4A26AE (or 0x4A26AE) is known color: Purple Heart. HEX triplet: 4A, 26 and AE. RGB value is (74,38,174). Sum of RGB (Red+Green+Blue) = 74+38+174=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A26AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A26AE is #B5D951. Grayscale: #3F3F3F. Windows color (decimal): -11917650 or 11413066. OLE color: 11413066.
HSL color Cylindrical-coordinate representation of color #4A26AE: hue angle of 255.88º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A26AE is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 38 | 174 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.32 |
| HSL | 255.88º | 0.64% | 0.42% | - |
| HSV(B) | 255.88º | 0.78% | 0.68% | - |
| XYZ | 11.16 | 5.9 | 40.59 | - |
| YUV | 64.27 | 189.93 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 174 | 0.57 | 0.78 | 0 | 0.32 | 255.88 | 0.64 | 0.42 |
| Hex | 4A | 26 | AE | 39 | 4E | 0 | 20 | 100 | 40 | 2A |
| Octal | 112 | 46 | 256 | 71 | 116 | 0 | 40 | 400 | 100 | 52 |
| Binary | 1001010 | 100110 | 10101110 | 111001 | 1001110 | 0 | 100000 | 100000000 | 1000000 | 101010 |
Color Harmonies of #4A26AE
Complementary color
Monochromatic Colors of #4A26AE
Black with #4A26AE
Text Example
Text Example
White with #4A26AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A26AE; }
p { color: rgb(74,38,174); }
H1.HeaderClassName
{
color: #4A26AE;
}
.AnyTagClassName
{
color: #4A26AE;
}
</style>
background-color css
<style>
a { background-color: #4A26AE; }
a { background-color: rgb(74,38,174); }
div.DivClassName
{
background-color: #4A26AE;
}
.BgClassName
{
background-color: #4A26AE;
}
</style>
border-color css
<style>
span { border-color: #4A26AE; }
span { border-color: rgb(74,38,174); }
td.TdClassName
{
border-color: #4A26AE;
}
.TagClassName
{
border-color: #4A26AE;
}
</style>