Shades of Purple Heart #4C1CCD
Tints of Purple Heart #4C1CCD
RGB
CMYK
RGB Variations
Color information
#4C1CCD (or 0x4C1CCD) is known color: Purple Heart. HEX triplet: 4C, 1C and CD. RGB value is (76,28,205). Sum of RGB (Red+Green+Blue) = 76+28+205=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C1CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1CCD is #B3E332. Grayscale: #3D3D3D. Windows color (decimal): -11789107 or 13442124. OLE color: 13442124.
HSL color Cylindrical-coordinate representation of color #4C1CCD: hue angle of 256.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1CCD is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 28 | 205 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.20 |
| HSL | 256.27º | 0.76% | 0.46% | - |
| HSV(B) | 256.27º | 0.86% | 0.8% | - |
| XYZ | 14.42 | 6.77 | 58.31 | - |
| YUV | 62.53 | 208.4 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 205 | 0.63 | 0.86 | 0 | 0.20 | 256.27 | 0.76 | 0.46 |
| Hex | 4C | 1C | CD | 3F | 56 | 0 | 14 | 100 | 4C | 2E |
| Octal | 114 | 34 | 315 | 77 | 126 | 0 | 24 | 400 | 114 | 56 |
| Binary | 1001100 | 11100 | 11001101 | 111111 | 1010110 | 0 | 10100 | 100000000 | 1001100 | 101110 |
Color Harmonies of #4C1CCD
Complementary color
Monochromatic Colors of #4C1CCD
Black with #4C1CCD
Text Example
Text Example
White with #4C1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1CCD; }
p { color: rgb(76,28,205); }
H1.HeaderClassName
{
color: #4C1CCD;
}
.AnyTagClassName
{
color: #4C1CCD;
}
</style>
background-color css
<style>
a { background-color: #4C1CCD; }
a { background-color: rgb(76,28,205); }
div.DivClassName
{
background-color: #4C1CCD;
}
.BgClassName
{
background-color: #4C1CCD;
}
</style>
border-color css
<style>
span { border-color: #4C1CCD; }
span { border-color: rgb(76,28,205); }
td.TdClassName
{
border-color: #4C1CCD;
}
.TagClassName
{
border-color: #4C1CCD;
}
</style>