Shades of Purple Heart #4D3ABF
Tints of Purple Heart #4D3ABF
RGB
CMYK
RGB Variations
Color information
#4D3ABF (or 0x4D3ABF) is known color: Purple Heart. HEX triplet: 4D, 3A and BF. RGB value is (77,58,191). Sum of RGB (Red+Green+Blue) = 77+58+191=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D3ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3ABF is #B2C540. Grayscale: #4E4E4E. Windows color (decimal): -11715905 or 12532301. OLE color: 12532301.
HSL color Cylindrical-coordinate representation of color #4D3ABF: hue angle of 248.57º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D3ABF is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 58 | 191 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.25 |
| HSL | 248.57º | 0.53% | 0.49% | - |
| HSV(B) | 248.57º | 0.7% | 0.75% | - |
| XYZ | 13.98 | 8.37 | 50.17 | - |
| YUV | 78.84 | 191.29 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 191 | 0.60 | 0.70 | 0 | 0.25 | 248.57 | 0.53 | 0.49 |
| Hex | 4D | 3A | BF | 3C | 46 | 0 | 19 | F9 | 35 | 31 |
| Octal | 115 | 72 | 277 | 74 | 106 | 0 | 31 | 371 | 65 | 61 |
| Binary | 1001101 | 111010 | 10111111 | 111100 | 1000110 | 0 | 11001 | 11111001 | 110101 | 110001 |
Color Harmonies of #4D3ABF
Complementary color
Monochromatic Colors of #4D3ABF
Black with #4D3ABF
Text Example
Text Example
White with #4D3ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3ABF; }
p { color: rgb(77,58,191); }
H1.HeaderClassName
{
color: #4D3ABF;
}
.AnyTagClassName
{
color: #4D3ABF;
}
</style>
background-color css
<style>
a { background-color: #4D3ABF; }
a { background-color: rgb(77,58,191); }
div.DivClassName
{
background-color: #4D3ABF;
}
.BgClassName
{
background-color: #4D3ABF;
}
</style>
border-color css
<style>
span { border-color: #4D3ABF; }
span { border-color: rgb(77,58,191); }
td.TdClassName
{
border-color: #4D3ABF;
}
.TagClassName
{
border-color: #4D3ABF;
}
</style>