Shades of Purple Heart #4711AA
Tints of Purple Heart #4711AA
RGB
CMYK
RGB Variations
Color information
#4711AA (or 0x4711AA) is known color: Purple Heart. HEX triplet: 47, 11 and AA. RGB value is (71,17,170). Sum of RGB (Red+Green+Blue) = 71+17+170=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #4711AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4711AA is #B8EE55. Grayscale: #323232. Windows color (decimal): -12119638 or 11145543. OLE color: 11145543.
HSL color Cylindrical-coordinate representation of color #4711AA: hue angle of 261.18º 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 #4711AA is Cyan = 0.58, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 17 | 170 | - |
| CMYK | 0.58 | 0.9 | 0 | 0.33 |
| HSL | 261.18º | 0.82% | 0.37% | - |
| HSV(B) | 261.18º | 0.9% | 0.67% | - |
| XYZ | 10.05 | 4.64 | 38.4 | - |
| YUV | 50.59 | 195.39 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 170 | 0.58 | 0.9 | 0 | 0.33 | 261.18 | 0.82 | 0.37 |
| Hex | 47 | 11 | AA | 3A | 5A | 0 | 21 | 105 | 52 | 25 |
| Octal | 107 | 21 | 252 | 72 | 132 | 0 | 41 | 405 | 122 | 45 |
| Binary | 1000111 | 10001 | 10101010 | 111010 | 1011010 | 0 | 100001 | 100000101 | 1010010 | 100101 |
Color Harmonies of #4711AA
Complementary color
Monochromatic Colors of #4711AA
Black with #4711AA
Text Example
Text Example
White with #4711AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4711AA; }
p { color: rgb(71,17,170); }
H1.HeaderClassName
{
color: #4711AA;
}
.AnyTagClassName
{
color: #4711AA;
}
</style>
background-color css
<style>
a { background-color: #4711AA; }
a { background-color: rgb(71,17,170); }
div.DivClassName
{
background-color: #4711AA;
}
.BgClassName
{
background-color: #4711AA;
}
</style>
border-color css
<style>
span { border-color: #4711AA; }
span { border-color: rgb(71,17,170); }
td.TdClassName
{
border-color: #4711AA;
}
.TagClassName
{
border-color: #4711AA;
}
</style>