Shades of Purple Heart #4D3ACE
Tints of Purple Heart #4D3ACE
RGB
CMYK
RGB Variations
Color information
#4D3ACE (or 0x4D3ACE) is known color: Purple Heart. HEX triplet: 4D, 3A and CE. RGB value is (77,58,206). Sum of RGB (Red+Green+Blue) = 77+58+206=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3ACE is #B2C531. Grayscale: #4F4F4F. Windows color (decimal): -11715890 or 13515341. OLE color: 13515341.
HSL color Cylindrical-coordinate representation of color #4D3ACE: hue angle of 247.7º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D3ACE is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 58 | 206 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.19 |
| HSL | 247.7º | 0.6% | 0.52% | - |
| HSV(B) | 247.7º | 0.72% | 0.81% | - |
| XYZ | 15.71 | 9.06 | 59.31 | - |
| YUV | 80.55 | 198.79 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 206 | 0.63 | 0.72 | 0 | 0.19 | 247.7 | 0.6 | 0.52 |
| Hex | 4D | 3A | CE | 3F | 48 | 0 | 13 | F8 | 3C | 34 |
| Octal | 115 | 72 | 316 | 77 | 110 | 0 | 23 | 370 | 74 | 64 |
| Binary | 1001101 | 111010 | 11001110 | 111111 | 1001000 | 0 | 10011 | 11111000 | 111100 | 110100 |
Color Harmonies of #4D3ACE
Complementary color
Monochromatic Colors of #4D3ACE
Black with #4D3ACE
Text Example
Text Example
White with #4D3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3ACE; }
p { color: rgb(77,58,206); }
H1.HeaderClassName
{
color: #4D3ACE;
}
.AnyTagClassName
{
color: #4D3ACE;
}
</style>
background-color css
<style>
a { background-color: #4D3ACE; }
a { background-color: rgb(77,58,206); }
div.DivClassName
{
background-color: #4D3ACE;
}
.BgClassName
{
background-color: #4D3ACE;
}
</style>
border-color css
<style>
span { border-color: #4D3ACE; }
span { border-color: rgb(77,58,206); }
td.TdClassName
{
border-color: #4D3ACE;
}
.TagClassName
{
border-color: #4D3ACE;
}
</style>