Shades of Purple Heart #4C2BAD
Tints of Purple Heart #4C2BAD
RGB
CMYK
RGB Variations
Color information
#4C2BAD (or 0x4C2BAD) is known color: Purple Heart. HEX triplet: 4C, 2B and AD. RGB value is (76,43,173). Sum of RGB (Red+Green+Blue) = 76+43+173=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C2BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2BAD is #B3D452. Grayscale: #434343. Windows color (decimal): -11785299 or 11348812. OLE color: 11348812.
HSL color Cylindrical-coordinate representation of color #4C2BAD: hue angle of 255.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2BAD is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 43 | 173 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.32 |
| HSL | 255.23º | 0.6% | 0.42% | - |
| HSV(B) | 255.23º | 0.75% | 0.68% | - |
| XYZ | 11.39 | 6.28 | 40.15 | - |
| YUV | 67.69 | 187.43 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 173 | 0.56 | 0.75 | 0 | 0.32 | 255.23 | 0.6 | 0.42 |
| Hex | 4C | 2B | AD | 38 | 4B | 0 | 20 | FF | 3C | 2A |
| Octal | 114 | 53 | 255 | 70 | 113 | 0 | 40 | 377 | 74 | 52 |
| Binary | 1001100 | 101011 | 10101101 | 111000 | 1001011 | 0 | 100000 | 11111111 | 111100 | 101010 |
Color Harmonies of #4C2BAD
Complementary color
Monochromatic Colors of #4C2BAD
Black with #4C2BAD
Text Example
Text Example
White with #4C2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2BAD; }
p { color: rgb(76,43,173); }
H1.HeaderClassName
{
color: #4C2BAD;
}
.AnyTagClassName
{
color: #4C2BAD;
}
</style>
background-color css
<style>
a { background-color: #4C2BAD; }
a { background-color: rgb(76,43,173); }
div.DivClassName
{
background-color: #4C2BAD;
}
.BgClassName
{
background-color: #4C2BAD;
}
</style>
border-color css
<style>
span { border-color: #4C2BAD; }
span { border-color: rgb(76,43,173); }
td.TdClassName
{
border-color: #4C2BAD;
}
.TagClassName
{
border-color: #4C2BAD;
}
</style>