Shades of Purple Heart #4D0CCF
Tints of Purple Heart #4D0CCF
RGB
CMYK
RGB Variations
Color information
#4D0CCF (or 0x4D0CCF) is known color: Purple Heart. HEX triplet: 4D, 0C and CF. RGB value is (77,12,207). Sum of RGB (Red+Green+Blue) = 77+12+207=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D0CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0CCF is #B2F330. Grayscale: #343434. Windows color (decimal): -11727665 or 13569101. OLE color: 13569101.
HSL color Cylindrical-coordinate representation of color #4D0CCF: hue angle of 260º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0CCF is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 12 | 207 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.19 |
| HSL | 260º | 0.89% | 0.43% | - |
| HSV(B) | 260º | 0.94% | 0.81% | - |
| XYZ | 14.45 | 6.35 | 59.49 | - |
| YUV | 53.67 | 214.53 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 207 | 0.63 | 0.94 | 0 | 0.19 | 260 | 0.89 | 0.43 |
| Hex | 4D | C | CF | 3F | 5E | 0 | 13 | 104 | 59 | 2B |
| Octal | 115 | 14 | 317 | 77 | 136 | 0 | 23 | 404 | 131 | 53 |
| Binary | 1001101 | 1100 | 11001111 | 111111 | 1011110 | 0 | 10011 | 100000100 | 1011001 | 101011 |
Color Harmonies of #4D0CCF
Complementary color
Monochromatic Colors of #4D0CCF
Black with #4D0CCF
Text Example
Text Example
White with #4D0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CCF; }
p { color: rgb(77,12,207); }
H1.HeaderClassName
{
color: #4D0CCF;
}
.AnyTagClassName
{
color: #4D0CCF;
}
</style>
background-color css
<style>
a { background-color: #4D0CCF; }
a { background-color: rgb(77,12,207); }
div.DivClassName
{
background-color: #4D0CCF;
}
.BgClassName
{
background-color: #4D0CCF;
}
</style>
border-color css
<style>
span { border-color: #4D0CCF; }
span { border-color: rgb(77,12,207); }
td.TdClassName
{
border-color: #4D0CCF;
}
.TagClassName
{
border-color: #4D0CCF;
}
</style>