Shades of Purple Heart #4D2DBD
Tints of Purple Heart #4D2DBD
RGB
CMYK
RGB Variations
Color information
#4D2DBD (or 0x4D2DBD) is known color: Purple Heart. HEX triplet: 4D, 2D and BD. RGB value is (77,45,189). Sum of RGB (Red+Green+Blue) = 77+45+189=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D2DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2DBD is #B2D242. Grayscale: #464646. Windows color (decimal): -11719235 or 12397901. OLE color: 12397901.
HSL color Cylindrical-coordinate representation of color #4D2DBD: hue angle of 253.33º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D2DBD is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 45 | 189 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.26 |
| HSL | 253.33º | 0.62% | 0.46% | - |
| HSV(B) | 253.33º | 0.76% | 0.74% | - |
| XYZ | 13.18 | 7.13 | 48.83 | - |
| YUV | 70.98 | 194.6 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 189 | 0.59 | 0.76 | 0 | 0.26 | 253.33 | 0.62 | 0.46 |
| Hex | 4D | 2D | BD | 3B | 4C | 0 | 1A | FD | 3E | 2E |
| Octal | 115 | 55 | 275 | 73 | 114 | 0 | 32 | 375 | 76 | 56 |
| Binary | 1001101 | 101101 | 10111101 | 111011 | 1001100 | 0 | 11010 | 11111101 | 111110 | 101110 |
Color Harmonies of #4D2DBD
Complementary color
Monochromatic Colors of #4D2DBD
Black with #4D2DBD
Text Example
Text Example
White with #4D2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2DBD; }
p { color: rgb(77,45,189); }
H1.HeaderClassName
{
color: #4D2DBD;
}
.AnyTagClassName
{
color: #4D2DBD;
}
</style>
background-color css
<style>
a { background-color: #4D2DBD; }
a { background-color: rgb(77,45,189); }
div.DivClassName
{
background-color: #4D2DBD;
}
.BgClassName
{
background-color: #4D2DBD;
}
</style>
border-color css
<style>
span { border-color: #4D2DBD; }
span { border-color: rgb(77,45,189); }
td.TdClassName
{
border-color: #4D2DBD;
}
.TagClassName
{
border-color: #4D2DBD;
}
</style>