Shades of Purple Heart #4D10BB
Tints of Purple Heart #4D10BB
RGB
CMYK
RGB Variations
Color information
#4D10BB (or 0x4D10BB) is known color: Purple Heart. HEX triplet: 4D, 10 and BB. RGB value is (77,16,187). Sum of RGB (Red+Green+Blue) = 77+16+187=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D10BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D10BB is #B2EF44. Grayscale: #353535. Windows color (decimal): -11726661 or 12259405. OLE color: 12259405.
HSL color Cylindrical-coordinate representation of color #4D10BB: hue angle of 261.4º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D10BB is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 16 | 187 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.27 |
| HSL | 261.4º | 0.84% | 0.4% | - |
| HSV(B) | 261.4º | 0.91% | 0.73% | - |
| XYZ | 12.22 | 5.54 | 47.44 | - |
| YUV | 53.73 | 203.21 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 187 | 0.59 | 0.91 | 0 | 0.27 | 261.4 | 0.84 | 0.4 |
| Hex | 4D | 10 | BB | 3B | 5B | 0 | 1B | 105 | 54 | 28 |
| Octal | 115 | 20 | 273 | 73 | 133 | 0 | 33 | 405 | 124 | 50 |
| Binary | 1001101 | 10000 | 10111011 | 111011 | 1011011 | 0 | 11011 | 100000101 | 1010100 | 101000 |
Color Harmonies of #4D10BB
Complementary color
Monochromatic Colors of #4D10BB
Black with #4D10BB
Text Example
Text Example
White with #4D10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D10BB; }
p { color: rgb(77,16,187); }
H1.HeaderClassName
{
color: #4D10BB;
}
.AnyTagClassName
{
color: #4D10BB;
}
</style>
background-color css
<style>
a { background-color: #4D10BB; }
a { background-color: rgb(77,16,187); }
div.DivClassName
{
background-color: #4D10BB;
}
.BgClassName
{
background-color: #4D10BB;
}
</style>
border-color css
<style>
span { border-color: #4D10BB; }
span { border-color: rgb(77,16,187); }
td.TdClassName
{
border-color: #4D10BB;
}
.TagClassName
{
border-color: #4D10BB;
}
</style>