Shades of Purple Heart #4D07BE
Tints of Purple Heart #4D07BE
RGB
CMYK
RGB Variations
Color information
#4D07BE (or 0x4D07BE) is known color: Purple Heart. HEX triplet: 4D, 07 and BE. RGB value is (77,7,190). Sum of RGB (Red+Green+Blue) = 77+7+190=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D07BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D07BE is #B2F841. Grayscale: #303030. Windows color (decimal): -11728962 or 12453709. OLE color: 12453709.
HSL color Cylindrical-coordinate representation of color #4D07BE: hue angle of 262.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D07BE is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 7 | 190 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.25 |
| HSL | 262.95º | 0.93% | 0.39% | - |
| HSV(B) | 262.95º | 0.96% | 0.75% | - |
| XYZ | 12.43 | 5.45 | 49.11 | - |
| YUV | 48.79 | 207.69 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 190 | 0.59 | 0.96 | 0 | 0.25 | 262.95 | 0.93 | 0.39 |
| Hex | 4D | 7 | BE | 3B | 60 | 0 | 19 | 107 | 5D | 27 |
| Octal | 115 | 7 | 276 | 73 | 140 | 0 | 31 | 407 | 135 | 47 |
| Binary | 1001101 | 111 | 10111110 | 111011 | 1100000 | 0 | 11001 | 100000111 | 1011101 | 100111 |
Color Harmonies of #4D07BE
Complementary color
Monochromatic Colors of #4D07BE
Black with #4D07BE
Text Example
Text Example
White with #4D07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D07BE; }
p { color: rgb(77,7,190); }
H1.HeaderClassName
{
color: #4D07BE;
}
.AnyTagClassName
{
color: #4D07BE;
}
</style>
background-color css
<style>
a { background-color: #4D07BE; }
a { background-color: rgb(77,7,190); }
div.DivClassName
{
background-color: #4D07BE;
}
.BgClassName
{
background-color: #4D07BE;
}
</style>
border-color css
<style>
span { border-color: #4D07BE; }
span { border-color: rgb(77,7,190); }
td.TdClassName
{
border-color: #4D07BE;
}
.TagClassName
{
border-color: #4D07BE;
}
</style>