Shades of Purple Heart #4D05BE
Tints of Purple Heart #4D05BE
RGB
CMYK
RGB Variations
Color information
#4D05BE (or 0x4D05BE) is known color: Purple Heart. HEX triplet: 4D, 05 and BE. RGB value is (77,5,190). Sum of RGB (Red+Green+Blue) = 77+5+190=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D05BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D05BE is #B2FA41. Grayscale: #2E2E2E. Windows color (decimal): -11729474 or 12453197. OLE color: 12453197.
HSL color Cylindrical-coordinate representation of color #4D05BE: hue angle of 263.35º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D05BE is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 5 | 190 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.25 |
| HSL | 263.35º | 0.95% | 0.38% | - |
| HSV(B) | 263.35º | 0.97% | 0.75% | - |
| XYZ | 12.41 | 5.4 | 49.1 | - |
| YUV | 47.62 | 208.35 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 190 | 0.59 | 0.97 | 0 | 0.25 | 263.35 | 0.95 | 0.38 |
| Hex | 4D | 5 | BE | 3B | 61 | 0 | 19 | 107 | 5F | 26 |
| Octal | 115 | 5 | 276 | 73 | 141 | 0 | 31 | 407 | 137 | 46 |
| Binary | 1001101 | 101 | 10111110 | 111011 | 1100001 | 0 | 11001 | 100000111 | 1011111 | 100110 |
Color Harmonies of #4D05BE
Complementary color
Monochromatic Colors of #4D05BE
Black with #4D05BE
Text Example
Text Example
White with #4D05BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D05BE; }
p { color: rgb(77,5,190); }
H1.HeaderClassName
{
color: #4D05BE;
}
.AnyTagClassName
{
color: #4D05BE;
}
</style>
background-color css
<style>
a { background-color: #4D05BE; }
a { background-color: rgb(77,5,190); }
div.DivClassName
{
background-color: #4D05BE;
}
.BgClassName
{
background-color: #4D05BE;
}
</style>
border-color css
<style>
span { border-color: #4D05BE; }
span { border-color: rgb(77,5,190); }
td.TdClassName
{
border-color: #4D05BE;
}
.TagClassName
{
border-color: #4D05BE;
}
</style>