Shades of Purple Heart #4A11AB
Tints of Purple Heart #4A11AB
RGB
CMYK
RGB Variations
Color information
#4A11AB (or 0x4A11AB) is known color: Purple Heart. HEX triplet: 4A, 11 and AB. RGB value is (74,17,171). Sum of RGB (Red+Green+Blue) = 74+17+171=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A11AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A11AB is #B5EE54. Grayscale: #333333. Windows color (decimal): -11923029 or 11211082. OLE color: 11211082.
HSL color Cylindrical-coordinate representation of color #4A11AB: hue angle of 262.21º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A11AB is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 17 | 171 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.33 |
| HSL | 262.21º | 0.82% | 0.37% | - |
| HSV(B) | 262.21º | 0.9% | 0.67% | - |
| XYZ | 10.38 | 4.8 | 38.91 | - |
| YUV | 51.6 | 195.38 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 171 | 0.57 | 0.90 | 0 | 0.33 | 262.21 | 0.82 | 0.37 |
| Hex | 4A | 11 | AB | 39 | 5A | 0 | 21 | 106 | 52 | 25 |
| Octal | 112 | 21 | 253 | 71 | 132 | 0 | 41 | 406 | 122 | 45 |
| Binary | 1001010 | 10001 | 10101011 | 111001 | 1011010 | 0 | 100001 | 100000110 | 1010010 | 100101 |
Color Harmonies of #4A11AB
Complementary color
Monochromatic Colors of #4A11AB
Black with #4A11AB
Text Example
Text Example
White with #4A11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A11AB; }
p { color: rgb(74,17,171); }
H1.HeaderClassName
{
color: #4A11AB;
}
.AnyTagClassName
{
color: #4A11AB;
}
</style>
background-color css
<style>
a { background-color: #4A11AB; }
a { background-color: rgb(74,17,171); }
div.DivClassName
{
background-color: #4A11AB;
}
.BgClassName
{
background-color: #4A11AB;
}
</style>
border-color css
<style>
span { border-color: #4A11AB; }
span { border-color: rgb(74,17,171); }
td.TdClassName
{
border-color: #4A11AB;
}
.TagClassName
{
border-color: #4A11AB;
}
</style>