Shades of Purple Heart #4D3AD7
Tints of Purple Heart #4D3AD7
RGB
CMYK
RGB Variations
Color information
#4D3AD7 (or 0x4D3AD7) is known color: Purple Heart. HEX triplet: 4D, 3A and D7. RGB value is (77,58,215). Sum of RGB (Red+Green+Blue) = 77+58+215=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #4D3AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3AD7 is #B2C528. Grayscale: #505050. Windows color (decimal): -11715881 or 14105165. OLE color: 14105165.
HSL color Cylindrical-coordinate representation of color #4D3AD7: hue angle of 247.26º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D3AD7 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 58 | 215 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.16 |
| HSL | 247.26º | 0.66% | 0.54% | - |
| HSV(B) | 247.26º | 0.73% | 0.84% | - |
| XYZ | 16.84 | 9.51 | 65.24 | - |
| YUV | 81.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 215 | 0.64 | 0.73 | 0 | 0.16 | 247.26 | 0.66 | 0.54 |
| Hex | 4D | 3A | D7 | 40 | 49 | 0 | 10 | F7 | 42 | 36 |
| Octal | 115 | 72 | 327 | 100 | 111 | 0 | 20 | 367 | 102 | 66 |
| Binary | 1001101 | 111010 | 11010111 | 1000000 | 1001001 | 0 | 10000 | 11110111 | 1000010 | 110110 |
Color Harmonies of #4D3AD7
Complementary color
Monochromatic Colors of #4D3AD7
Black with #4D3AD7
Text Example
Text Example
White with #4D3AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3AD7; }
p { color: rgb(77,58,215); }
H1.HeaderClassName
{
color: #4D3AD7;
}
.AnyTagClassName
{
color: #4D3AD7;
}
</style>
background-color css
<style>
a { background-color: #4D3AD7; }
a { background-color: rgb(77,58,215); }
div.DivClassName
{
background-color: #4D3AD7;
}
.BgClassName
{
background-color: #4D3AD7;
}
</style>
border-color css
<style>
span { border-color: #4D3AD7; }
span { border-color: rgb(77,58,215); }
td.TdClassName
{
border-color: #4D3AD7;
}
.TagClassName
{
border-color: #4D3AD7;
}
</style>