Shades of Purple Heart #4D03BE
Tints of Purple Heart #4D03BE
RGB
CMYK
RGB Variations
Color information
#4D03BE (or 0x4D03BE) is known color: Purple Heart. HEX triplet: 4D, 03 and BE. RGB value is (77,3,190). Sum of RGB (Red+Green+Blue) = 77+3+190=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D03BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D03BE is #B2FC41. Grayscale: #2D2D2D. Windows color (decimal): -11729986 or 12452685. OLE color: 12452685.
HSL color Cylindrical-coordinate representation of color #4D03BE: hue angle of 263.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D03BE is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 3 | 190 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.25 |
| HSL | 263.74º | 0.97% | 0.38% | - |
| HSV(B) | 263.74º | 0.98% | 0.75% | - |
| XYZ | 12.39 | 5.36 | 49.1 | - |
| YUV | 46.44 | 209.02 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 190 | 0.59 | 0.98 | 0 | 0.25 | 263.74 | 0.97 | 0.38 |
| Hex | 4D | 3 | BE | 3B | 62 | 0 | 19 | 108 | 61 | 26 |
| Octal | 115 | 3 | 276 | 73 | 142 | 0 | 31 | 410 | 141 | 46 |
| Binary | 1001101 | 11 | 10111110 | 111011 | 1100010 | 0 | 11001 | 100001000 | 1100001 | 100110 |
Color Harmonies of #4D03BE
Complementary color
Monochromatic Colors of #4D03BE
Black with #4D03BE
Text Example
Text Example
White with #4D03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D03BE; }
p { color: rgb(77,3,190); }
H1.HeaderClassName
{
color: #4D03BE;
}
.AnyTagClassName
{
color: #4D03BE;
}
</style>
background-color css
<style>
a { background-color: #4D03BE; }
a { background-color: rgb(77,3,190); }
div.DivClassName
{
background-color: #4D03BE;
}
.BgClassName
{
background-color: #4D03BE;
}
</style>
border-color css
<style>
span { border-color: #4D03BE; }
span { border-color: rgb(77,3,190); }
td.TdClassName
{
border-color: #4D03BE;
}
.TagClassName
{
border-color: #4D03BE;
}
</style>