Shades of Purple Heart #4D3CCC
Tints of Purple Heart #4D3CCC
RGB
CMYK
RGB Variations
Color information
#4D3CCC (or 0x4D3CCC) is known color: Purple Heart. HEX triplet: 4D, 3C and CC. RGB value is (77,60,204). Sum of RGB (Red+Green+Blue) = 77+60+204=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D3CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3CCC is #B2C333. Grayscale: #505050. Windows color (decimal): -11715380 or 13384781. OLE color: 13384781.
HSL color Cylindrical-coordinate representation of color #4D3CCC: hue angle of 247.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D3CCC is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 60 | 204 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.2 |
| HSL | 247.08º | 0.59% | 0.52% | - |
| HSV(B) | 247.08º | 0.71% | 0.8% | - |
| XYZ | 15.58 | 9.17 | 58.08 | - |
| YUV | 81.5 | 197.13 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 204 | 0.62 | 0.71 | 0 | 0.2 | 247.08 | 0.59 | 0.52 |
| Hex | 4D | 3C | CC | 3E | 47 | 0 | 14 | F7 | 3B | 34 |
| Octal | 115 | 74 | 314 | 76 | 107 | 0 | 24 | 367 | 73 | 64 |
| Binary | 1001101 | 111100 | 11001100 | 111110 | 1000111 | 0 | 10100 | 11110111 | 111011 | 110100 |
Color Harmonies of #4D3CCC
Complementary color
Monochromatic Colors of #4D3CCC
Black with #4D3CCC
Text Example
Text Example
White with #4D3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3CCC; }
p { color: rgb(77,60,204); }
H1.HeaderClassName
{
color: #4D3CCC;
}
.AnyTagClassName
{
color: #4D3CCC;
}
</style>
background-color css
<style>
a { background-color: #4D3CCC; }
a { background-color: rgb(77,60,204); }
div.DivClassName
{
background-color: #4D3CCC;
}
.BgClassName
{
background-color: #4D3CCC;
}
</style>
border-color css
<style>
span { border-color: #4D3CCC; }
span { border-color: rgb(77,60,204); }
td.TdClassName
{
border-color: #4D3CCC;
}
.TagClassName
{
border-color: #4D3CCC;
}
</style>