Shades of Purple Heart #4D31CC
Tints of Purple Heart #4D31CC
RGB
CMYK
RGB Variations
Color information
#4D31CC (or 0x4D31CC) is known color: Purple Heart. HEX triplet: 4D, 31 and CC. RGB value is (77,49,204). Sum of RGB (Red+Green+Blue) = 77+49+204=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D31CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D31CC is #B2CE33. Grayscale: #4A4A4A. Windows color (decimal): -11718196 or 13381965. OLE color: 13381965.
HSL color Cylindrical-coordinate representation of color #4D31CC: hue angle of 250.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D31CC is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 49 | 204 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.2 |
| HSL | 250.84º | 0.61% | 0.5% | - |
| HSV(B) | 250.84º | 0.76% | 0.8% | - |
| XYZ | 15.06 | 8.13 | 57.9 | - |
| YUV | 75.04 | 200.78 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 204 | 0.62 | 0.76 | 0 | 0.2 | 250.84 | 0.61 | 0.5 |
| Hex | 4D | 31 | CC | 3E | 4C | 0 | 14 | FB | 3D | 32 |
| Octal | 115 | 61 | 314 | 76 | 114 | 0 | 24 | 373 | 75 | 62 |
| Binary | 1001101 | 110001 | 11001100 | 111110 | 1001100 | 0 | 10100 | 11111011 | 111101 | 110010 |
Color Harmonies of #4D31CC
Complementary color
Monochromatic Colors of #4D31CC
Black with #4D31CC
Text Example
Text Example
White with #4D31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D31CC; }
p { color: rgb(77,49,204); }
H1.HeaderClassName
{
color: #4D31CC;
}
.AnyTagClassName
{
color: #4D31CC;
}
</style>
background-color css
<style>
a { background-color: #4D31CC; }
a { background-color: rgb(77,49,204); }
div.DivClassName
{
background-color: #4D31CC;
}
.BgClassName
{
background-color: #4D31CC;
}
</style>
border-color css
<style>
span { border-color: #4D31CC; }
span { border-color: rgb(77,49,204); }
td.TdClassName
{
border-color: #4D31CC;
}
.TagClassName
{
border-color: #4D31CC;
}
</style>