Shades of Purple Heart #4C28D7
Tints of Purple Heart #4C28D7
RGB
CMYK
RGB Variations
Color information
#4C28D7 (or 0x4C28D7) is known color: Purple Heart. HEX triplet: 4C, 28 and D7. RGB value is (76,40,215). Sum of RGB (Red+Green+Blue) = 76+40+215=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 215 (84.38% from 255 or 64.95% from 331); Max value from RGB is 215 - color contains mainly: blue. Hex color #4C28D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C28D7 is #B3D728. Grayscale: #464646. Windows color (decimal): -11786025 or 14100556. OLE color: 14100556.
HSL color Cylindrical-coordinate representation of color #4C28D7: hue angle of 252.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C28D7 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 40 | 215 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.16 |
| HSL | 252.34º | 0.69% | 0.5% | - |
| HSV(B) | 252.34º | 0.81% | 0.84% | - |
| XYZ | 16.01 | 7.96 | 64.98 | - |
| YUV | 70.71 | 209.43 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 215 | 0.65 | 0.81 | 0 | 0.16 | 252.34 | 0.69 | 0.5 |
| Hex | 4C | 28 | D7 | 41 | 51 | 0 | 10 | FC | 45 | 32 |
| Octal | 114 | 50 | 327 | 101 | 121 | 0 | 20 | 374 | 105 | 62 |
| Binary | 1001100 | 101000 | 11010111 | 1000001 | 1010001 | 0 | 10000 | 11111100 | 1000101 | 110010 |
Color Harmonies of #4C28D7
Complementary color
Monochromatic Colors of #4C28D7
Black with #4C28D7
Text Example
Text Example
White with #4C28D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C28D7; }
p { color: rgb(76,40,215); }
H1.HeaderClassName
{
color: #4C28D7;
}
.AnyTagClassName
{
color: #4C28D7;
}
</style>
background-color css
<style>
a { background-color: #4C28D7; }
a { background-color: rgb(76,40,215); }
div.DivClassName
{
background-color: #4C28D7;
}
.BgClassName
{
background-color: #4C28D7;
}
</style>
border-color css
<style>
span { border-color: #4C28D7; }
span { border-color: rgb(76,40,215); }
td.TdClassName
{
border-color: #4C28D7;
}
.TagClassName
{
border-color: #4C28D7;
}
</style>