Shades of Purple Heart #4D1CCC
Tints of Purple Heart #4D1CCC
RGB
CMYK
RGB Variations
Color information
#4D1CCC (or 0x4D1CCC) is known color: Purple Heart. HEX triplet: 4D, 1C and CC. RGB value is (77,28,204). Sum of RGB (Red+Green+Blue) = 77+28+204=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D1CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1CCC is #B2E333. Grayscale: #3E3E3E. Windows color (decimal): -11723572 or 13376589. OLE color: 13376589.
HSL color Cylindrical-coordinate representation of color #4D1CCC: hue angle of 256.7º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1CCC is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 28 | 204 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.2 |
| HSL | 256.7º | 0.76% | 0.45% | - |
| HSV(B) | 256.7º | 0.86% | 0.8% | - |
| XYZ | 14.37 | 6.77 | 57.68 | - |
| YUV | 62.72 | 207.73 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 204 | 0.62 | 0.86 | 0 | 0.2 | 256.7 | 0.76 | 0.45 |
| Hex | 4D | 1C | CC | 3E | 56 | 0 | 14 | 101 | 4C | 2D |
| Octal | 115 | 34 | 314 | 76 | 126 | 0 | 24 | 401 | 114 | 55 |
| Binary | 1001101 | 11100 | 11001100 | 111110 | 1010110 | 0 | 10100 | 100000001 | 1001100 | 101101 |
Color Harmonies of #4D1CCC
Complementary color
Monochromatic Colors of #4D1CCC
Black with #4D1CCC
Text Example
Text Example
White with #4D1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1CCC; }
p { color: rgb(77,28,204); }
H1.HeaderClassName
{
color: #4D1CCC;
}
.AnyTagClassName
{
color: #4D1CCC;
}
</style>
background-color css
<style>
a { background-color: #4D1CCC; }
a { background-color: rgb(77,28,204); }
div.DivClassName
{
background-color: #4D1CCC;
}
.BgClassName
{
background-color: #4D1CCC;
}
</style>
border-color css
<style>
span { border-color: #4D1CCC; }
span { border-color: rgb(77,28,204); }
td.TdClassName
{
border-color: #4D1CCC;
}
.TagClassName
{
border-color: #4D1CCC;
}
</style>