Shades of Purple Heart #4A26AB
Tints of Purple Heart #4A26AB
RGB
CMYK
RGB Variations
Color information
#4A26AB (or 0x4A26AB) is known color: Purple Heart. HEX triplet: 4A, 26 and AB. RGB value is (74,38,171). Sum of RGB (Red+Green+Blue) = 74+38+171=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A26AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A26AB is #B5D954. Grayscale: #3F3F3F. Windows color (decimal): -11917653 or 11216458. OLE color: 11216458.
HSL color Cylindrical-coordinate representation of color #4A26AB: hue angle of 256.24º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A26AB is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 38 | 171 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.33 |
| HSL | 256.24º | 0.64% | 0.41% | - |
| HSV(B) | 256.24º | 0.78% | 0.67% | - |
| XYZ | 10.87 | 5.78 | 39.07 | - |
| YUV | 63.93 | 188.43 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 171 | 0.57 | 0.78 | 0 | 0.33 | 256.24 | 0.64 | 0.41 |
| Hex | 4A | 26 | AB | 39 | 4E | 0 | 21 | 100 | 40 | 29 |
| Octal | 112 | 46 | 253 | 71 | 116 | 0 | 41 | 400 | 100 | 51 |
| Binary | 1001010 | 100110 | 10101011 | 111001 | 1001110 | 0 | 100001 | 100000000 | 1000000 | 101001 |
Color Harmonies of #4A26AB
Complementary color
Monochromatic Colors of #4A26AB
Black with #4A26AB
Text Example
Text Example
White with #4A26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A26AB; }
p { color: rgb(74,38,171); }
H1.HeaderClassName
{
color: #4A26AB;
}
.AnyTagClassName
{
color: #4A26AB;
}
</style>
background-color css
<style>
a { background-color: #4A26AB; }
a { background-color: rgb(74,38,171); }
div.DivClassName
{
background-color: #4A26AB;
}
.BgClassName
{
background-color: #4A26AB;
}
</style>
border-color css
<style>
span { border-color: #4A26AB; }
span { border-color: rgb(74,38,171); }
td.TdClassName
{
border-color: #4A26AB;
}
.TagClassName
{
border-color: #4A26AB;
}
</style>