Shades of Purple Heart #4D0BD0
Tints of Purple Heart #4D0BD0
RGB
CMYK
RGB Variations
Color information
#4D0BD0 (or 0x4D0BD0) is known color: Purple Heart. HEX triplet: 4D, 0B and D0. RGB value is (77,11,208). Sum of RGB (Red+Green+Blue) = 77+11+208=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 208 (81.64% from 255 or 70.27% from 296); Max value from RGB is 208 - color contains mainly: blue. Hex color #4D0BD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0BD0 is #B2F42F. Grayscale: #343434. Windows color (decimal): -11727920 or 13634381. OLE color: 13634381.
HSL color Cylindrical-coordinate representation of color #4D0BD0: hue angle of 260.1º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0BD0 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 11 | 208 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.18 |
| HSL | 260.1º | 0.9% | 0.43% | - |
| HSV(B) | 260.1º | 0.95% | 0.82% | - |
| XYZ | 14.57 | 6.37 | 60.14 | - |
| YUV | 53.19 | 215.37 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 208 | 0.63 | 0.95 | 0 | 0.18 | 260.1 | 0.9 | 0.43 |
| Hex | 4D | B | D0 | 3F | 5F | 0 | 12 | 104 | 5A | 2B |
| Octal | 115 | 13 | 320 | 77 | 137 | 0 | 22 | 404 | 132 | 53 |
| Binary | 1001101 | 1011 | 11010000 | 111111 | 1011111 | 0 | 10010 | 100000100 | 1011010 | 101011 |
Color Harmonies of #4D0BD0
Complementary color
Monochromatic Colors of #4D0BD0
Black with #4D0BD0
Text Example
Text Example
White with #4D0BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0BD0; }
p { color: rgb(77,11,208); }
H1.HeaderClassName
{
color: #4D0BD0;
}
.AnyTagClassName
{
color: #4D0BD0;
}
</style>
background-color css
<style>
a { background-color: #4D0BD0; }
a { background-color: rgb(77,11,208); }
div.DivClassName
{
background-color: #4D0BD0;
}
.BgClassName
{
background-color: #4D0BD0;
}
</style>
border-color css
<style>
span { border-color: #4D0BD0; }
span { border-color: rgb(77,11,208); }
td.TdClassName
{
border-color: #4D0BD0;
}
.TagClassName
{
border-color: #4D0BD0;
}
</style>