Shades of Purple Heart #4C28AD
Tints of Purple Heart #4C28AD
RGB
CMYK
RGB Variations
Color information
#4C28AD (or 0x4C28AD) is known color: Purple Heart. HEX triplet: 4C, 28 and AD. RGB value is (76,40,173). Sum of RGB (Red+Green+Blue) = 76+40+173=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C28AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C28AD is #B3D752. Grayscale: #414141. Windows color (decimal): -11786067 or 11348044. OLE color: 11348044.
HSL color Cylindrical-coordinate representation of color #4C28AD: hue angle of 256.24º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C28AD is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 40 | 173 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.32 |
| HSL | 256.24º | 0.62% | 0.42% | - |
| HSV(B) | 256.24º | 0.77% | 0.68% | - |
| XYZ | 11.28 | 6.07 | 40.11 | - |
| YUV | 65.93 | 188.43 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 173 | 0.56 | 0.77 | 0 | 0.32 | 256.24 | 0.62 | 0.42 |
| Hex | 4C | 28 | AD | 38 | 4D | 0 | 20 | 100 | 3E | 2A |
| Octal | 114 | 50 | 255 | 70 | 115 | 0 | 40 | 400 | 76 | 52 |
| Binary | 1001100 | 101000 | 10101101 | 111000 | 1001101 | 0 | 100000 | 100000000 | 111110 | 101010 |
Color Harmonies of #4C28AD
Complementary color
Monochromatic Colors of #4C28AD
Black with #4C28AD
Text Example
Text Example
White with #4C28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C28AD; }
p { color: rgb(76,40,173); }
H1.HeaderClassName
{
color: #4C28AD;
}
.AnyTagClassName
{
color: #4C28AD;
}
</style>
background-color css
<style>
a { background-color: #4C28AD; }
a { background-color: rgb(76,40,173); }
div.DivClassName
{
background-color: #4C28AD;
}
.BgClassName
{
background-color: #4C28AD;
}
</style>
border-color css
<style>
span { border-color: #4C28AD; }
span { border-color: rgb(76,40,173); }
td.TdClassName
{
border-color: #4C28AD;
}
.TagClassName
{
border-color: #4C28AD;
}
</style>