Shades of Purple Heart #4716AA
Tints of Purple Heart #4716AA
RGB
CMYK
RGB Variations
Color information
#4716AA (or 0x4716AA) is known color: Purple Heart. HEX triplet: 47, 16 and AA. RGB value is (71,22,170). Sum of RGB (Red+Green+Blue) = 71+22+170=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #4716AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4716AA is #B8E955. Grayscale: #343434. Windows color (decimal): -12118358 or 11146823. OLE color: 11146823.
HSL color Cylindrical-coordinate representation of color #4716AA: hue angle of 259.86º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4716AA is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 22 | 170 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.33 |
| HSL | 259.86º | 0.77% | 0.38% | - |
| HSV(B) | 259.86º | 0.87% | 0.67% | - |
| XYZ | 10.14 | 4.82 | 38.43 | - |
| YUV | 53.52 | 193.73 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 170 | 0.58 | 0.87 | 0 | 0.33 | 259.86 | 0.77 | 0.38 |
| Hex | 47 | 16 | AA | 3A | 57 | 0 | 21 | 104 | 4D | 26 |
| Octal | 107 | 26 | 252 | 72 | 127 | 0 | 41 | 404 | 115 | 46 |
| Binary | 1000111 | 10110 | 10101010 | 111010 | 1010111 | 0 | 100001 | 100000100 | 1001101 | 100110 |
Color Harmonies of #4716AA
Complementary color
Monochromatic Colors of #4716AA
Black with #4716AA
Text Example
Text Example
White with #4716AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4716AA; }
p { color: rgb(71,22,170); }
H1.HeaderClassName
{
color: #4716AA;
}
.AnyTagClassName
{
color: #4716AA;
}
</style>
background-color css
<style>
a { background-color: #4716AA; }
a { background-color: rgb(71,22,170); }
div.DivClassName
{
background-color: #4716AA;
}
.BgClassName
{
background-color: #4716AA;
}
</style>
border-color css
<style>
span { border-color: #4716AA; }
span { border-color: rgb(71,22,170); }
td.TdClassName
{
border-color: #4716AA;
}
.TagClassName
{
border-color: #4716AA;
}
</style>