Shades of Purple Heart #4C35BA
Tints of Purple Heart #4C35BA
RGB
CMYK
RGB Variations
Color information
#4C35BA (or 0x4C35BA) is known color: Purple Heart. HEX triplet: 4C, 35 and BA. RGB value is (76,53,186). Sum of RGB (Red+Green+Blue) = 76+53+186=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C35BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C35BA is #B3CA45. Grayscale: #4A4A4A. Windows color (decimal): -11782726 or 12203340. OLE color: 12203340.
HSL color Cylindrical-coordinate representation of color #4C35BA: hue angle of 250.38º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C35BA is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 53 | 186 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.27 |
| HSL | 250.38º | 0.56% | 0.47% | - |
| HSV(B) | 250.38º | 0.72% | 0.73% | - |
| XYZ | 13.12 | 7.63 | 47.24 | - |
| YUV | 75.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 186 | 0.59 | 0.72 | 0 | 0.27 | 250.38 | 0.56 | 0.47 |
| Hex | 4C | 35 | BA | 3B | 48 | 0 | 1B | FA | 38 | 2F |
| Octal | 114 | 65 | 272 | 73 | 110 | 0 | 33 | 372 | 70 | 57 |
| Binary | 1001100 | 110101 | 10111010 | 111011 | 1001000 | 0 | 11011 | 11111010 | 111000 | 101111 |
Color Harmonies of #4C35BA
Complementary color
Monochromatic Colors of #4C35BA
Black with #4C35BA
Text Example
Text Example
White with #4C35BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C35BA; }
p { color: rgb(76,53,186); }
H1.HeaderClassName
{
color: #4C35BA;
}
.AnyTagClassName
{
color: #4C35BA;
}
</style>
background-color css
<style>
a { background-color: #4C35BA; }
a { background-color: rgb(76,53,186); }
div.DivClassName
{
background-color: #4C35BA;
}
.BgClassName
{
background-color: #4C35BA;
}
</style>
border-color css
<style>
span { border-color: #4C35BA; }
span { border-color: rgb(76,53,186); }
td.TdClassName
{
border-color: #4C35BA;
}
.TagClassName
{
border-color: #4C35BA;
}
</style>