Shades of Purple Heart #4D04BA
Tints of Purple Heart #4D04BA
RGB
CMYK
RGB Variations
Color information
#4D04BA (or 0x4D04BA) is known color: Purple Heart. HEX triplet: 4D, 04 and BA. RGB value is (77,4,186). Sum of RGB (Red+Green+Blue) = 77+4+186=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D04BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D04BA is #B2FB45. Grayscale: #2D2D2D. Windows color (decimal): -11729734 or 12190797. OLE color: 12190797.
HSL color Cylindrical-coordinate representation of color #4D04BA: hue angle of 264.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D04BA is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 4 | 186 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.27 |
| HSL | 264.07º | 0.96% | 0.37% | - |
| HSV(B) | 264.07º | 0.98% | 0.73% | - |
| XYZ | 11.97 | 5.21 | 46.83 | - |
| YUV | 46.58 | 206.68 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 186 | 0.59 | 0.98 | 0 | 0.27 | 264.07 | 0.96 | 0.37 |
| Hex | 4D | 4 | BA | 3B | 62 | 0 | 1B | 108 | 60 | 25 |
| Octal | 115 | 4 | 272 | 73 | 142 | 0 | 33 | 410 | 140 | 45 |
| Binary | 1001101 | 100 | 10111010 | 111011 | 1100010 | 0 | 11011 | 100001000 | 1100000 | 100101 |
Color Harmonies of #4D04BA
Complementary color
Monochromatic Colors of #4D04BA
Black with #4D04BA
Text Example
Text Example
White with #4D04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D04BA; }
p { color: rgb(77,4,186); }
H1.HeaderClassName
{
color: #4D04BA;
}
.AnyTagClassName
{
color: #4D04BA;
}
</style>
background-color css
<style>
a { background-color: #4D04BA; }
a { background-color: rgb(77,4,186); }
div.DivClassName
{
background-color: #4D04BA;
}
.BgClassName
{
background-color: #4D04BA;
}
</style>
border-color css
<style>
span { border-color: #4D04BA; }
span { border-color: rgb(77,4,186); }
td.TdClassName
{
border-color: #4D04BA;
}
.TagClassName
{
border-color: #4D04BA;
}
</style>