Shades of Purple Heart #4D10B6
Tints of Purple Heart #4D10B6
RGB
CMYK
RGB Variations
Color information
#4D10B6 (or 0x4D10B6) is known color: Purple Heart. HEX triplet: 4D, 10 and B6. RGB value is (77,16,182). Sum of RGB (Red+Green+Blue) = 77+16+182=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #4D10B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D10B6 is #B2EF49. Grayscale: #343434. Windows color (decimal): -11726666 or 11931725. OLE color: 11931725.
HSL color Cylindrical-coordinate representation of color #4D10B6: hue angle of 262.05º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D10B6 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 16 | 182 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.29 |
| HSL | 262.05º | 0.84% | 0.39% | - |
| HSV(B) | 262.05º | 0.91% | 0.71% | - |
| XYZ | 11.69 | 5.33 | 44.67 | - |
| YUV | 53.16 | 200.71 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 182 | 0.58 | 0.91 | 0 | 0.29 | 262.05 | 0.84 | 0.39 |
| Hex | 4D | 10 | B6 | 3A | 5B | 0 | 1D | 106 | 54 | 27 |
| Octal | 115 | 20 | 266 | 72 | 133 | 0 | 35 | 406 | 124 | 47 |
| Binary | 1001101 | 10000 | 10110110 | 111010 | 1011011 | 0 | 11101 | 100000110 | 1010100 | 100111 |
Color Harmonies of #4D10B6
Complementary color
Monochromatic Colors of #4D10B6
Black with #4D10B6
Text Example
Text Example
White with #4D10B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D10B6; }
p { color: rgb(77,16,182); }
H1.HeaderClassName
{
color: #4D10B6;
}
.AnyTagClassName
{
color: #4D10B6;
}
</style>
background-color css
<style>
a { background-color: #4D10B6; }
a { background-color: rgb(77,16,182); }
div.DivClassName
{
background-color: #4D10B6;
}
.BgClassName
{
background-color: #4D10B6;
}
</style>
border-color css
<style>
span { border-color: #4D10B6; }
span { border-color: rgb(77,16,182); }
td.TdClassName
{
border-color: #4D10B6;
}
.TagClassName
{
border-color: #4D10B6;
}
</style>