Shades of Purple Heart #4D2BAD
Tints of Purple Heart #4D2BAD
RGB
CMYK
RGB Variations
Color information
#4D2BAD (or 0x4D2BAD) is known color: Purple Heart. HEX triplet: 4D, 2B and AD. RGB value is (77,43,173). Sum of RGB (Red+Green+Blue) = 77+43+173=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D2BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2BAD is #B2D452. Grayscale: #434343. Windows color (decimal): -11719763 or 11348813. OLE color: 11348813.
HSL color Cylindrical-coordinate representation of color #4D2BAD: hue angle of 255.69º 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 #4D2BAD is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 43 | 173 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.32 |
| HSL | 255.69º | 0.6% | 0.42% | - |
| HSV(B) | 255.69º | 0.75% | 0.68% | - |
| XYZ | 11.47 | 6.32 | 40.15 | - |
| YUV | 67.99 | 187.26 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 173 | 0.55 | 0.75 | 0 | 0.32 | 255.69 | 0.6 | 0.42 |
| Hex | 4D | 2B | AD | 37 | 4B | 0 | 20 | 100 | 3C | 2A |
| Octal | 115 | 53 | 255 | 67 | 113 | 0 | 40 | 400 | 74 | 52 |
| Binary | 1001101 | 101011 | 10101101 | 110111 | 1001011 | 0 | 100000 | 100000000 | 111100 | 101010 |
Color Harmonies of #4D2BAD
Complementary color
Monochromatic Colors of #4D2BAD
Black with #4D2BAD
Text Example
Text Example
White with #4D2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BAD; }
p { color: rgb(77,43,173); }
H1.HeaderClassName
{
color: #4D2BAD;
}
.AnyTagClassName
{
color: #4D2BAD;
}
</style>
background-color css
<style>
a { background-color: #4D2BAD; }
a { background-color: rgb(77,43,173); }
div.DivClassName
{
background-color: #4D2BAD;
}
.BgClassName
{
background-color: #4D2BAD;
}
</style>
border-color css
<style>
span { border-color: #4D2BAD; }
span { border-color: rgb(77,43,173); }
td.TdClassName
{
border-color: #4D2BAD;
}
.TagClassName
{
border-color: #4D2BAD;
}
</style>