Shades of Purple Heart #4C28BE
Tints of Purple Heart #4C28BE
RGB
CMYK
RGB Variations
Color information
#4C28BE (or 0x4C28BE) is known color: Purple Heart. HEX triplet: 4C, 28 and BE. RGB value is (76,40,190). Sum of RGB (Red+Green+Blue) = 76+40+190=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C28BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C28BE is #B3D741. Grayscale: #434343. Windows color (decimal): -11786050 or 12462156. OLE color: 12462156.
HSL color Cylindrical-coordinate representation of color #4C28BE: hue angle of 254.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C28BE is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 40 | 190 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.25 |
| HSL | 254.4º | 0.65% | 0.45% | - |
| HSV(B) | 254.4º | 0.79% | 0.75% | - |
| XYZ | 13.03 | 6.77 | 49.34 | - |
| YUV | 67.86 | 196.93 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 190 | 0.60 | 0.79 | 0 | 0.25 | 254.4 | 0.65 | 0.45 |
| Hex | 4C | 28 | BE | 3C | 4F | 0 | 19 | FE | 41 | 2D |
| Octal | 114 | 50 | 276 | 74 | 117 | 0 | 31 | 376 | 101 | 55 |
| Binary | 1001100 | 101000 | 10111110 | 111100 | 1001111 | 0 | 11001 | 11111110 | 1000001 | 101101 |
Color Harmonies of #4C28BE
Complementary color
Monochromatic Colors of #4C28BE
Black with #4C28BE
Text Example
Text Example
White with #4C28BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C28BE; }
p { color: rgb(76,40,190); }
H1.HeaderClassName
{
color: #4C28BE;
}
.AnyTagClassName
{
color: #4C28BE;
}
</style>
background-color css
<style>
a { background-color: #4C28BE; }
a { background-color: rgb(76,40,190); }
div.DivClassName
{
background-color: #4C28BE;
}
.BgClassName
{
background-color: #4C28BE;
}
</style>
border-color css
<style>
span { border-color: #4C28BE; }
span { border-color: rgb(76,40,190); }
td.TdClassName
{
border-color: #4C28BE;
}
.TagClassName
{
border-color: #4C28BE;
}
</style>