Shades of Purple Heart #4C14AC
Tints of Purple Heart #4C14AC
RGB
CMYK
RGB Variations
Color information
#4C14AC (or 0x4C14AC) is known color: Purple Heart. HEX triplet: 4C, 14 and AC. RGB value is (76,20,172). Sum of RGB (Red+Green+Blue) = 76+20+172=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 20 (8.20% from 255 or 7.46% 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 #4C14AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C14AC is #B3EB53. Grayscale: #353535. Windows color (decimal): -11791188 or 11277388. OLE color: 11277388.
HSL color Cylindrical-coordinate representation of color #4C14AC: hue angle of 262.11º 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 #4C14AC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 20 | 172 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.33 |
| HSL | 262.11º | 0.79% | 0.38% | - |
| HSV(B) | 262.11º | 0.88% | 0.67% | - |
| XYZ | 10.68 | 5.02 | 39.44 | - |
| YUV | 54.07 | 194.55 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 172 | 0.56 | 0.88 | 0 | 0.33 | 262.11 | 0.79 | 0.38 |
| Hex | 4C | 14 | AC | 38 | 58 | 0 | 21 | 106 | 4F | 26 |
| Octal | 114 | 24 | 254 | 70 | 130 | 0 | 41 | 406 | 117 | 46 |
| Binary | 1001100 | 10100 | 10101100 | 111000 | 1011000 | 0 | 100001 | 100000110 | 1001111 | 100110 |
Color Harmonies of #4C14AC
Complementary color
Monochromatic Colors of #4C14AC
Black with #4C14AC
Text Example
Text Example
White with #4C14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C14AC; }
p { color: rgb(76,20,172); }
H1.HeaderClassName
{
color: #4C14AC;
}
.AnyTagClassName
{
color: #4C14AC;
}
</style>
background-color css
<style>
a { background-color: #4C14AC; }
a { background-color: rgb(76,20,172); }
div.DivClassName
{
background-color: #4C14AC;
}
.BgClassName
{
background-color: #4C14AC;
}
</style>
border-color css
<style>
span { border-color: #4C14AC; }
span { border-color: rgb(76,20,172); }
td.TdClassName
{
border-color: #4C14AC;
}
.TagClassName
{
border-color: #4C14AC;
}
</style>