Shades of Purple Heart #4D07CC
Tints of Purple Heart #4D07CC
RGB
CMYK
RGB Variations
Color information
#4D07CC (or 0x4D07CC) is known color: Purple Heart. HEX triplet: 4D, 07 and CC. RGB value is (77,7,204). Sum of RGB (Red+Green+Blue) = 77+7+204=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D07CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D07CC is #B2F833. Grayscale: #313131. Windows color (decimal): -11728948 or 13371213. OLE color: 13371213.
HSL color Cylindrical-coordinate representation of color #4D07CC: hue angle of 261.32º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D07CC is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 7 | 204 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.2 |
| HSL | 261.32º | 0.93% | 0.41% | - |
| HSV(B) | 261.32º | 0.97% | 0.8% | - |
| XYZ | 14.04 | 6.09 | 57.56 | - |
| YUV | 50.39 | 214.69 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 204 | 0.62 | 0.97 | 0 | 0.2 | 261.32 | 0.93 | 0.41 |
| Hex | 4D | 7 | CC | 3E | 61 | 0 | 14 | 105 | 5D | 29 |
| Octal | 115 | 7 | 314 | 76 | 141 | 0 | 24 | 405 | 135 | 51 |
| Binary | 1001101 | 111 | 11001100 | 111110 | 1100001 | 0 | 10100 | 100000101 | 1011101 | 101001 |
Color Harmonies of #4D07CC
Complementary color
Monochromatic Colors of #4D07CC
Black with #4D07CC
Text Example
Text Example
White with #4D07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D07CC; }
p { color: rgb(77,7,204); }
H1.HeaderClassName
{
color: #4D07CC;
}
.AnyTagClassName
{
color: #4D07CC;
}
</style>
background-color css
<style>
a { background-color: #4D07CC; }
a { background-color: rgb(77,7,204); }
div.DivClassName
{
background-color: #4D07CC;
}
.BgClassName
{
background-color: #4D07CC;
}
</style>
border-color css
<style>
span { border-color: #4D07CC; }
span { border-color: rgb(77,7,204); }
td.TdClassName
{
border-color: #4D07CC;
}
.TagClassName
{
border-color: #4D07CC;
}
</style>