Shades of Purple Heart #4D06B4
Tints of Purple Heart #4D06B4
RGB
CMYK
RGB Variations
Color information
#4D06B4 (or 0x4D06B4) is known color: Purple Heart. HEX triplet: 4D, 06 and B4. RGB value is (77,6,180). Sum of RGB (Red+Green+Blue) = 77+6+180=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 180 (70.70% from 255 or 68.44% from 263); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D06B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D06B4 is #B2F94B. Grayscale: #2E2E2E. Windows color (decimal): -11729228 or 11798093. OLE color: 11798093.
HSL color Cylindrical-coordinate representation of color #4D06B4: hue angle of 264.48º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D06B4 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 6 | 180 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.29 |
| HSL | 264.48º | 0.94% | 0.36% | - |
| HSV(B) | 264.48º | 0.97% | 0.71% | - |
| XYZ | 11.36 | 5 | 43.55 | - |
| YUV | 47.07 | 203.02 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 180 | 0.57 | 0.97 | 0 | 0.29 | 264.48 | 0.94 | 0.36 |
| Hex | 4D | 6 | B4 | 39 | 61 | 0 | 1D | 108 | 5E | 24 |
| Octal | 115 | 6 | 264 | 71 | 141 | 0 | 35 | 410 | 136 | 44 |
| Binary | 1001101 | 110 | 10110100 | 111001 | 1100001 | 0 | 11101 | 100001000 | 1011110 | 100100 |
Color Harmonies of #4D06B4
Complementary color
Monochromatic Colors of #4D06B4
Black with #4D06B4
Text Example
Text Example
White with #4D06B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D06B4; }
p { color: rgb(77,6,180); }
H1.HeaderClassName
{
color: #4D06B4;
}
.AnyTagClassName
{
color: #4D06B4;
}
</style>
background-color css
<style>
a { background-color: #4D06B4; }
a { background-color: rgb(77,6,180); }
div.DivClassName
{
background-color: #4D06B4;
}
.BgClassName
{
background-color: #4D06B4;
}
</style>
border-color css
<style>
span { border-color: #4D06B4; }
span { border-color: rgb(77,6,180); }
td.TdClassName
{
border-color: #4D06B4;
}
.TagClassName
{
border-color: #4D06B4;
}
</style>