Shades of Purple Heart #4D00B9
Tints of Purple Heart #4D00B9
RGB
CMYK
RGB Variations
Color information
#4D00B9 (or 0x4D00B9) is known color: Purple Heart. HEX triplet: 4D, 00 and B9. RGB value is (77,0,185). Sum of RGB (Red+Green+Blue) = 77+0+185=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 185 (72.66% from 255 or 70.61% from 262); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D00B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D00B9 is #B2FF46. Grayscale: #2B2B2B. Windows color (decimal): -11730759 or 12124237. OLE color: 12124237.
HSL color Cylindrical-coordinate representation of color #4D00B9: hue angle of 264.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D00B9 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 0 | 185 | - |
| CMYK | 0.58 | 1 | 0 | 0.27 |
| HSL | 264.97º | 1% | 0.36% | - |
| HSV(B) | 264.97º | 1% | 0.73% | - |
| XYZ | 11.82 | 5.08 | 46.26 | - |
| YUV | 44.11 | 207.51 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 185 | 0.58 | 1 | 0 | 0.27 | 264.97 | 1 | 0.36 |
| Hex | 4D | 0 | B9 | 3A | 64 | 0 | 1B | 109 | 64 | 24 |
| Octal | 115 | 0 | 271 | 72 | 144 | 0 | 33 | 411 | 144 | 44 |
| Binary | 1001101 | 0 | 10111001 | 111010 | 1100100 | 0 | 11011 | 100001001 | 1100100 | 100100 |
Color Harmonies of #4D00B9
Complementary color
Monochromatic Colors of #4D00B9
Black with #4D00B9
Text Example
Text Example
White with #4D00B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D00B9; }
p { color: rgb(77,0,185); }
H1.HeaderClassName
{
color: #4D00B9;
}
.AnyTagClassName
{
color: #4D00B9;
}
</style>
background-color css
<style>
a { background-color: #4D00B9; }
a { background-color: rgb(77,0,185); }
div.DivClassName
{
background-color: #4D00B9;
}
.BgClassName
{
background-color: #4D00B9;
}
</style>
border-color css
<style>
span { border-color: #4D00B9; }
span { border-color: rgb(77,0,185); }
td.TdClassName
{
border-color: #4D00B9;
}
.TagClassName
{
border-color: #4D00B9;
}
</style>