Shades of Purple Heart #4D06CC
Tints of Purple Heart #4D06CC
RGB
CMYK
RGB Variations
Color information
#4D06CC (or 0x4D06CC) is known color: Purple Heart. HEX triplet: 4D, 06 and CC. RGB value is (77,6,204). Sum of RGB (Red+Green+Blue) = 77+6+204=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D06CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D06CC is #B2F933. Grayscale: #313131. Windows color (decimal): -11729204 or 13370957. OLE color: 13370957.
HSL color Cylindrical-coordinate representation of color #4D06CC: hue angle of 261.52º degrees, saturation: 0.94, 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 #4D06CC is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 6 | 204 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.2 |
| HSL | 261.52º | 0.94% | 0.41% | - |
| HSV(B) | 261.52º | 0.97% | 0.8% | - |
| XYZ | 14.02 | 6.07 | 57.56 | - |
| YUV | 49.8 | 215.02 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 204 | 0.62 | 0.97 | 0 | 0.2 | 261.52 | 0.94 | 0.41 |
| Hex | 4D | 6 | CC | 3E | 61 | 0 | 14 | 106 | 5E | 29 |
| Octal | 115 | 6 | 314 | 76 | 141 | 0 | 24 | 406 | 136 | 51 |
| Binary | 1001101 | 110 | 11001100 | 111110 | 1100001 | 0 | 10100 | 100000110 | 1011110 | 101001 |
Color Harmonies of #4D06CC
Complementary color
Monochromatic Colors of #4D06CC
Black with #4D06CC
Text Example
Text Example
White with #4D06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D06CC; }
p { color: rgb(77,6,204); }
H1.HeaderClassName
{
color: #4D06CC;
}
.AnyTagClassName
{
color: #4D06CC;
}
</style>
background-color css
<style>
a { background-color: #4D06CC; }
a { background-color: rgb(77,6,204); }
div.DivClassName
{
background-color: #4D06CC;
}
.BgClassName
{
background-color: #4D06CC;
}
</style>
border-color css
<style>
span { border-color: #4D06CC; }
span { border-color: rgb(77,6,204); }
td.TdClassName
{
border-color: #4D06CC;
}
.TagClassName
{
border-color: #4D06CC;
}
</style>