Shades of Purple Heart #4C2DCF
Tints of Purple Heart #4C2DCF
RGB
CMYK
RGB Variations
Color information
#4C2DCF (or 0x4C2DCF) is known color: Purple Heart. HEX triplet: 4C, 2D and CF. RGB value is (76,45,207). Sum of RGB (Red+Green+Blue) = 76+45+207=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C2DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2DCF is #B3D230. Grayscale: #484848. Windows color (decimal): -11784753 or 13577548. OLE color: 13577548.
HSL color Cylindrical-coordinate representation of color #4C2DCF: hue angle of 251.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C2DCF is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 45 | 207 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.19 |
| HSL | 251.48º | 0.64% | 0.49% | - |
| HSV(B) | 251.48º | 0.78% | 0.81% | - |
| XYZ | 15.18 | 7.92 | 59.76 | - |
| YUV | 72.74 | 203.77 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 207 | 0.63 | 0.78 | 0 | 0.19 | 251.48 | 0.64 | 0.49 |
| Hex | 4C | 2D | CF | 3F | 4E | 0 | 13 | FB | 40 | 31 |
| Octal | 114 | 55 | 317 | 77 | 116 | 0 | 23 | 373 | 100 | 61 |
| Binary | 1001100 | 101101 | 11001111 | 111111 | 1001110 | 0 | 10011 | 11111011 | 1000000 | 110001 |
Color Harmonies of #4C2DCF
Complementary color
Monochromatic Colors of #4C2DCF
Black with #4C2DCF
Text Example
Text Example
White with #4C2DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2DCF; }
p { color: rgb(76,45,207); }
H1.HeaderClassName
{
color: #4C2DCF;
}
.AnyTagClassName
{
color: #4C2DCF;
}
</style>
background-color css
<style>
a { background-color: #4C2DCF; }
a { background-color: rgb(76,45,207); }
div.DivClassName
{
background-color: #4C2DCF;
}
.BgClassName
{
background-color: #4C2DCF;
}
</style>
border-color css
<style>
span { border-color: #4C2DCF; }
span { border-color: rgb(76,45,207); }
td.TdClassName
{
border-color: #4C2DCF;
}
.TagClassName
{
border-color: #4C2DCF;
}
</style>