Shades of Purple Heart #4D3DBF
Tints of Purple Heart #4D3DBF
RGB
CMYK
RGB Variations
Color information
#4D3DBF (or 0x4D3DBF) is known color: Purple Heart. HEX triplet: 4D, 3D and BF. RGB value is (77,61,191). Sum of RGB (Red+Green+Blue) = 77+61+191=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D3DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DBF is #B2C240. Grayscale: #505050. Windows color (decimal): -11715137 or 12533069. OLE color: 12533069.
HSL color Cylindrical-coordinate representation of color #4D3DBF: hue angle of 247.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D3DBF is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 61 | 191 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.25 |
| HSL | 247.38º | 0.52% | 0.49% | - |
| HSV(B) | 247.38º | 0.68% | 0.75% | - |
| XYZ | 14.13 | 8.68 | 50.22 | - |
| YUV | 80.6 | 190.3 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 191 | 0.60 | 0.68 | 0 | 0.25 | 247.38 | 0.52 | 0.49 |
| Hex | 4D | 3D | BF | 3C | 44 | 0 | 19 | F7 | 34 | 31 |
| Octal | 115 | 75 | 277 | 74 | 104 | 0 | 31 | 367 | 64 | 61 |
| Binary | 1001101 | 111101 | 10111111 | 111100 | 1000100 | 0 | 11001 | 11110111 | 110100 | 110001 |
Color Harmonies of #4D3DBF
Complementary color
Monochromatic Colors of #4D3DBF
Black with #4D3DBF
Text Example
Text Example
White with #4D3DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3DBF; }
p { color: rgb(77,61,191); }
H1.HeaderClassName
{
color: #4D3DBF;
}
.AnyTagClassName
{
color: #4D3DBF;
}
</style>
background-color css
<style>
a { background-color: #4D3DBF; }
a { background-color: rgb(77,61,191); }
div.DivClassName
{
background-color: #4D3DBF;
}
.BgClassName
{
background-color: #4D3DBF;
}
</style>
border-color css
<style>
span { border-color: #4D3DBF; }
span { border-color: rgb(77,61,191); }
td.TdClassName
{
border-color: #4D3DBF;
}
.TagClassName
{
border-color: #4D3DBF;
}
</style>