Shades of Purple Heart #4C22AE
Tints of Purple Heart #4C22AE
RGB
CMYK
RGB Variations
Color information
#4C22AE (or 0x4C22AE) is known color: Purple Heart. HEX triplet: 4C, 22 and AE. RGB value is (76,34,174). Sum of RGB (Red+Green+Blue) = 76+34+174=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C22AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C22AE is #B3DD51. Grayscale: #3E3E3E. Windows color (decimal): -11787602 or 11412044. OLE color: 11412044.
HSL color Cylindrical-coordinate representation of color #4C22AE: hue angle of 258º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C22AE is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 34 | 174 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.32 |
| HSL | 258º | 0.67% | 0.41% | - |
| HSV(B) | 258º | 0.8% | 0.68% | - |
| XYZ | 11.19 | 5.74 | 40.56 | - |
| YUV | 62.52 | 190.91 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 174 | 0.56 | 0.80 | 0 | 0.32 | 258 | 0.67 | 0.41 |
| Hex | 4C | 22 | AE | 38 | 50 | 0 | 20 | 102 | 43 | 29 |
| Octal | 114 | 42 | 256 | 70 | 120 | 0 | 40 | 402 | 103 | 51 |
| Binary | 1001100 | 100010 | 10101110 | 111000 | 1010000 | 0 | 100000 | 100000010 | 1000011 | 101001 |
Color Harmonies of #4C22AE
Complementary color
Monochromatic Colors of #4C22AE
Black with #4C22AE
Text Example
Text Example
White with #4C22AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C22AE; }
p { color: rgb(76,34,174); }
H1.HeaderClassName
{
color: #4C22AE;
}
.AnyTagClassName
{
color: #4C22AE;
}
</style>
background-color css
<style>
a { background-color: #4C22AE; }
a { background-color: rgb(76,34,174); }
div.DivClassName
{
background-color: #4C22AE;
}
.BgClassName
{
background-color: #4C22AE;
}
</style>
border-color css
<style>
span { border-color: #4C22AE; }
span { border-color: rgb(76,34,174); }
td.TdClassName
{
border-color: #4C22AE;
}
.TagClassName
{
border-color: #4C22AE;
}
</style>