Shades of Purple Heart #4D1FBD
Tints of Purple Heart #4D1FBD
RGB
CMYK
RGB Variations
Color information
#4D1FBD (or 0x4D1FBD) is known color: Purple Heart. HEX triplet: 4D, 1F and BD. RGB value is (77,31,189). Sum of RGB (Red+Green+Blue) = 77+31+189=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D1FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1FBD is #B2E042. Grayscale: #3E3E3E. Windows color (decimal): -11722819 or 12394317. OLE color: 12394317.
HSL color Cylindrical-coordinate representation of color #4D1FBD: hue angle of 257.47º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1FBD is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 31 | 189 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.26 |
| HSL | 257.47º | 0.72% | 0.43% | - |
| HSV(B) | 257.47º | 0.84% | 0.74% | - |
| XYZ | 12.74 | 6.23 | 48.68 | - |
| YUV | 62.77 | 199.24 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 189 | 0.59 | 0.84 | 0 | 0.26 | 257.47 | 0.72 | 0.43 |
| Hex | 4D | 1F | BD | 3B | 54 | 0 | 1A | 101 | 48 | 2B |
| Octal | 115 | 37 | 275 | 73 | 124 | 0 | 32 | 401 | 110 | 53 |
| Binary | 1001101 | 11111 | 10111101 | 111011 | 1010100 | 0 | 11010 | 100000001 | 1001000 | 101011 |
Color Harmonies of #4D1FBD
Complementary color
Monochromatic Colors of #4D1FBD
Black with #4D1FBD
Text Example
Text Example
White with #4D1FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1FBD; }
p { color: rgb(77,31,189); }
H1.HeaderClassName
{
color: #4D1FBD;
}
.AnyTagClassName
{
color: #4D1FBD;
}
</style>
background-color css
<style>
a { background-color: #4D1FBD; }
a { background-color: rgb(77,31,189); }
div.DivClassName
{
background-color: #4D1FBD;
}
.BgClassName
{
background-color: #4D1FBD;
}
</style>
border-color css
<style>
span { border-color: #4D1FBD; }
span { border-color: rgb(77,31,189); }
td.TdClassName
{
border-color: #4D1FBD;
}
.TagClassName
{
border-color: #4D1FBD;
}
</style>