Shades of Purple Heart #4A14AC
Tints of Purple Heart #4A14AC
RGB
CMYK
RGB Variations
Color information
#4A14AC (or 0x4A14AC) is known color: Purple Heart. HEX triplet: 4A, 14 and AC. RGB value is (74,20,172). Sum of RGB (Red+Green+Blue) = 74+20+172=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A14AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A14AC is #B5EB53. Grayscale: #343434. Windows color (decimal): -11922260 or 11277386. OLE color: 11277386.
HSL color Cylindrical-coordinate representation of color #4A14AC: hue angle of 261.32º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A14AC is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 20 | 172 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.33 |
| HSL | 261.32º | 0.79% | 0.38% | - |
| HSV(B) | 261.32º | 0.88% | 0.67% | - |
| XYZ | 10.52 | 4.93 | 39.43 | - |
| YUV | 53.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 172 | 0.57 | 0.88 | 0 | 0.33 | 261.32 | 0.79 | 0.38 |
| Hex | 4A | 14 | AC | 39 | 58 | 0 | 21 | 105 | 4F | 26 |
| Octal | 112 | 24 | 254 | 71 | 130 | 0 | 41 | 405 | 117 | 46 |
| Binary | 1001010 | 10100 | 10101100 | 111001 | 1011000 | 0 | 100001 | 100000101 | 1001111 | 100110 |
Color Harmonies of #4A14AC
Complementary color
Monochromatic Colors of #4A14AC
Black with #4A14AC
Text Example
Text Example
White with #4A14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A14AC; }
p { color: rgb(74,20,172); }
H1.HeaderClassName
{
color: #4A14AC;
}
.AnyTagClassName
{
color: #4A14AC;
}
</style>
background-color css
<style>
a { background-color: #4A14AC; }
a { background-color: rgb(74,20,172); }
div.DivClassName
{
background-color: #4A14AC;
}
.BgClassName
{
background-color: #4A14AC;
}
</style>
border-color css
<style>
span { border-color: #4A14AC; }
span { border-color: rgb(74,20,172); }
td.TdClassName
{
border-color: #4A14AC;
}
.TagClassName
{
border-color: #4A14AC;
}
</style>