Shades of Purple Heart #4A16AC
Tints of Purple Heart #4A16AC
RGB
CMYK
RGB Variations
Color information
#4A16AC (or 0x4A16AC) is known color: Purple Heart. HEX triplet: 4A, 16 and AC. RGB value is (74,22,172). Sum of RGB (Red+Green+Blue) = 74+22+172=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A16AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A16AC is #B5E953. Grayscale: #363636. Windows color (decimal): -11921748 or 11277898. OLE color: 11277898.
HSL color Cylindrical-coordinate representation of color #4A16AC: hue angle of 260.8º 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 #4A16AC is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 22 | 172 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.33 |
| HSL | 260.8º | 0.77% | 0.38% | - |
| HSV(B) | 260.8º | 0.87% | 0.67% | - |
| XYZ | 10.56 | 5.01 | 39.44 | - |
| YUV | 54.65 | 194.23 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 172 | 0.57 | 0.87 | 0 | 0.33 | 260.8 | 0.77 | 0.38 |
| Hex | 4A | 16 | AC | 39 | 57 | 0 | 21 | 105 | 4D | 26 |
| Octal | 112 | 26 | 254 | 71 | 127 | 0 | 41 | 405 | 115 | 46 |
| Binary | 1001010 | 10110 | 10101100 | 111001 | 1010111 | 0 | 100001 | 100000101 | 1001101 | 100110 |
Color Harmonies of #4A16AC
Complementary color
Monochromatic Colors of #4A16AC
Black with #4A16AC
Text Example
Text Example
White with #4A16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A16AC; }
p { color: rgb(74,22,172); }
H1.HeaderClassName
{
color: #4A16AC;
}
.AnyTagClassName
{
color: #4A16AC;
}
</style>
background-color css
<style>
a { background-color: #4A16AC; }
a { background-color: rgb(74,22,172); }
div.DivClassName
{
background-color: #4A16AC;
}
.BgClassName
{
background-color: #4A16AC;
}
</style>
border-color css
<style>
span { border-color: #4A16AC; }
span { border-color: rgb(74,22,172); }
td.TdClassName
{
border-color: #4A16AC;
}
.TagClassName
{
border-color: #4A16AC;
}
</style>