Shades of Purple Heart #4D2FCC
Tints of Purple Heart #4D2FCC
RGB
CMYK
RGB Variations
Color information
#4D2FCC (or 0x4D2FCC) is known color: Purple Heart. HEX triplet: 4D, 2F and CC. RGB value is (77,47,204). Sum of RGB (Red+Green+Blue) = 77+47+204=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D2FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2FCC is #B2D033. Grayscale: #494949. Windows color (decimal): -11718708 or 13381453. OLE color: 13381453.
HSL color Cylindrical-coordinate representation of color #4D2FCC: hue angle of 251.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2FCC is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 47 | 204 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.2 |
| HSL | 251.47º | 0.63% | 0.49% | - |
| HSV(B) | 251.47º | 0.77% | 0.8% | - |
| XYZ | 14.98 | 7.97 | 57.88 | - |
| YUV | 73.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 204 | 0.62 | 0.77 | 0 | 0.2 | 251.47 | 0.63 | 0.49 |
| Hex | 4D | 2F | CC | 3E | 4D | 0 | 14 | FB | 3F | 31 |
| Octal | 115 | 57 | 314 | 76 | 115 | 0 | 24 | 373 | 77 | 61 |
| Binary | 1001101 | 101111 | 11001100 | 111110 | 1001101 | 0 | 10100 | 11111011 | 111111 | 110001 |
Color Harmonies of #4D2FCC
Complementary color
Monochromatic Colors of #4D2FCC
Black with #4D2FCC
Text Example
Text Example
White with #4D2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2FCC; }
p { color: rgb(77,47,204); }
H1.HeaderClassName
{
color: #4D2FCC;
}
.AnyTagClassName
{
color: #4D2FCC;
}
</style>
background-color css
<style>
a { background-color: #4D2FCC; }
a { background-color: rgb(77,47,204); }
div.DivClassName
{
background-color: #4D2FCC;
}
.BgClassName
{
background-color: #4D2FCC;
}
</style>
border-color css
<style>
span { border-color: #4D2FCC; }
span { border-color: rgb(77,47,204); }
td.TdClassName
{
border-color: #4D2FCC;
}
.TagClassName
{
border-color: #4D2FCC;
}
</style>