Shades of Purple Heart #4D2CAC
Tints of Purple Heart #4D2CAC
RGB
CMYK
RGB Variations
Color information
#4D2CAC (or 0x4D2CAC) is known color: Purple Heart. HEX triplet: 4D, 2C and AC. RGB value is (77,44,172). Sum of RGB (Red+Green+Blue) = 77+44+172=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D2CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2CAC is #B2D353. Grayscale: #434343. Windows color (decimal): -11719508 or 11283533. OLE color: 11283533.
HSL color Cylindrical-coordinate representation of color #4D2CAC: hue angle of 255.47º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D2CAC is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 44 | 172 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.33 |
| HSL | 255.47º | 0.59% | 0.42% | - |
| HSV(B) | 255.47º | 0.74% | 0.67% | - |
| XYZ | 11.41 | 6.36 | 39.66 | - |
| YUV | 68.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 172 | 0.55 | 0.74 | 0 | 0.33 | 255.47 | 0.59 | 0.42 |
| Hex | 4D | 2C | AC | 37 | 4A | 0 | 21 | FF | 3B | 2A |
| Octal | 115 | 54 | 254 | 67 | 112 | 0 | 41 | 377 | 73 | 52 |
| Binary | 1001101 | 101100 | 10101100 | 110111 | 1001010 | 0 | 100001 | 11111111 | 111011 | 101010 |
Color Harmonies of #4D2CAC
Complementary color
Monochromatic Colors of #4D2CAC
Black with #4D2CAC
Text Example
Text Example
White with #4D2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2CAC; }
p { color: rgb(77,44,172); }
H1.HeaderClassName
{
color: #4D2CAC;
}
.AnyTagClassName
{
color: #4D2CAC;
}
</style>
background-color css
<style>
a { background-color: #4D2CAC; }
a { background-color: rgb(77,44,172); }
div.DivClassName
{
background-color: #4D2CAC;
}
.BgClassName
{
background-color: #4D2CAC;
}
</style>
border-color css
<style>
span { border-color: #4D2CAC; }
span { border-color: rgb(77,44,172); }
td.TdClassName
{
border-color: #4D2CAC;
}
.TagClassName
{
border-color: #4D2CAC;
}
</style>