Shades of Purple Heart #4C39BA
Tints of Purple Heart #4C39BA
RGB
CMYK
RGB Variations
Color information
#4C39BA (or 0x4C39BA) is known color: Purple Heart. HEX triplet: 4C, 39 and BA. RGB value is (76,57,186). Sum of RGB (Red+Green+Blue) = 76+57+186=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C39BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C39BA is #B3C645. Grayscale: #4C4C4C. Windows color (decimal): -11781702 or 12204364. OLE color: 12204364.
HSL color Cylindrical-coordinate representation of color #4C39BA: hue angle of 248.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C39BA is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 57 | 186 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.27 |
| HSL | 248.84º | 0.53% | 0.48% | - |
| HSV(B) | 248.84º | 0.69% | 0.73% | - |
| XYZ | 13.31 | 8.01 | 47.3 | - |
| YUV | 77.39 | 189.29 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 186 | 0.59 | 0.69 | 0 | 0.27 | 248.84 | 0.53 | 0.48 |
| Hex | 4C | 39 | BA | 3B | 45 | 0 | 1B | F9 | 35 | 30 |
| Octal | 114 | 71 | 272 | 73 | 105 | 0 | 33 | 371 | 65 | 60 |
| Binary | 1001100 | 111001 | 10111010 | 111011 | 1000101 | 0 | 11011 | 11111001 | 110101 | 110000 |
Color Harmonies of #4C39BA
Complementary color
Monochromatic Colors of #4C39BA
Black with #4C39BA
Text Example
Text Example
White with #4C39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C39BA; }
p { color: rgb(76,57,186); }
H1.HeaderClassName
{
color: #4C39BA;
}
.AnyTagClassName
{
color: #4C39BA;
}
</style>
background-color css
<style>
a { background-color: #4C39BA; }
a { background-color: rgb(76,57,186); }
div.DivClassName
{
background-color: #4C39BA;
}
.BgClassName
{
background-color: #4C39BA;
}
</style>
border-color css
<style>
span { border-color: #4C39BA; }
span { border-color: rgb(76,57,186); }
td.TdClassName
{
border-color: #4C39BA;
}
.TagClassName
{
border-color: #4C39BA;
}
</style>