Shades of Purple Heart #4D1DBF
Tints of Purple Heart #4D1DBF
RGB
CMYK
RGB Variations
Color information
#4D1DBF (or 0x4D1DBF) is known color: Purple Heart. HEX triplet: 4D, 1D and BF. RGB value is (77,29,191). Sum of RGB (Red+Green+Blue) = 77+29+191=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D1DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1DBF is #B2E240. Grayscale: #3D3D3D. Windows color (decimal): -11723329 or 12524877. OLE color: 12524877.
HSL color Cylindrical-coordinate representation of color #4D1DBF: hue angle of 257.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1DBF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 29 | 191 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.25 |
| HSL | 257.78º | 0.74% | 0.43% | - |
| HSV(B) | 257.78º | 0.85% | 0.75% | - |
| XYZ | 12.9 | 6.22 | 49.81 | - |
| YUV | 61.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 191 | 0.60 | 0.85 | 0 | 0.25 | 257.78 | 0.74 | 0.43 |
| Hex | 4D | 1D | BF | 3C | 55 | 0 | 19 | 102 | 4A | 2B |
| Octal | 115 | 35 | 277 | 74 | 125 | 0 | 31 | 402 | 112 | 53 |
| Binary | 1001101 | 11101 | 10111111 | 111100 | 1010101 | 0 | 11001 | 100000010 | 1001010 | 101011 |
Color Harmonies of #4D1DBF
Complementary color
Monochromatic Colors of #4D1DBF
Black with #4D1DBF
Text Example
Text Example
White with #4D1DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1DBF; }
p { color: rgb(77,29,191); }
H1.HeaderClassName
{
color: #4D1DBF;
}
.AnyTagClassName
{
color: #4D1DBF;
}
</style>
background-color css
<style>
a { background-color: #4D1DBF; }
a { background-color: rgb(77,29,191); }
div.DivClassName
{
background-color: #4D1DBF;
}
.BgClassName
{
background-color: #4D1DBF;
}
</style>
border-color css
<style>
span { border-color: #4D1DBF; }
span { border-color: rgb(77,29,191); }
td.TdClassName
{
border-color: #4D1DBF;
}
.TagClassName
{
border-color: #4D1DBF;
}
</style>