Shades of Purple Heart #4D3ACC
Tints of Purple Heart #4D3ACC
RGB
CMYK
RGB Variations
Color information
#4D3ACC (or 0x4D3ACC) is known color: Purple Heart. HEX triplet: 4D, 3A and CC. RGB value is (77,58,204). Sum of RGB (Red+Green+Blue) = 77+58+204=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D3ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3ACC is #B2C533. Grayscale: #4F4F4F. Windows color (decimal): -11715892 or 13384269. OLE color: 13384269.
HSL color Cylindrical-coordinate representation of color #4D3ACC: hue angle of 247.81º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D3ACC is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 58 | 204 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.2 |
| HSL | 247.81º | 0.59% | 0.51% | - |
| HSV(B) | 247.81º | 0.72% | 0.8% | - |
| XYZ | 15.47 | 8.96 | 58.04 | - |
| YUV | 80.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 204 | 0.62 | 0.72 | 0 | 0.2 | 247.81 | 0.59 | 0.51 |
| Hex | 4D | 3A | CC | 3E | 48 | 0 | 14 | F8 | 3B | 33 |
| Octal | 115 | 72 | 314 | 76 | 110 | 0 | 24 | 370 | 73 | 63 |
| Binary | 1001101 | 111010 | 11001100 | 111110 | 1001000 | 0 | 10100 | 11111000 | 111011 | 110011 |
Color Harmonies of #4D3ACC
Complementary color
Monochromatic Colors of #4D3ACC
Black with #4D3ACC
Text Example
Text Example
White with #4D3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3ACC; }
p { color: rgb(77,58,204); }
H1.HeaderClassName
{
color: #4D3ACC;
}
.AnyTagClassName
{
color: #4D3ACC;
}
</style>
background-color css
<style>
a { background-color: #4D3ACC; }
a { background-color: rgb(77,58,204); }
div.DivClassName
{
background-color: #4D3ACC;
}
.BgClassName
{
background-color: #4D3ACC;
}
</style>
border-color css
<style>
span { border-color: #4D3ACC; }
span { border-color: rgb(77,58,204); }
td.TdClassName
{
border-color: #4D3ACC;
}
.TagClassName
{
border-color: #4D3ACC;
}
</style>