Shades of Purple Heart #4D09BC
Tints of Purple Heart #4D09BC
RGB
CMYK
RGB Variations
Color information
#4D09BC (or 0x4D09BC) is known color: Purple Heart. HEX triplet: 4D, 09 and BC. RGB value is (77,9,188). Sum of RGB (Red+Green+Blue) = 77+9+188=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D09BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D09BC is #B2F643. Grayscale: #313131. Windows color (decimal): -11728452 or 12323149. OLE color: 12323149.
HSL color Cylindrical-coordinate representation of color #4D09BC: hue angle of 262.79º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D09BC is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 9 | 188 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.26 |
| HSL | 262.79º | 0.91% | 0.39% | - |
| HSV(B) | 262.79º | 0.95% | 0.74% | - |
| XYZ | 12.24 | 5.4 | 47.98 | - |
| YUV | 49.74 | 206.03 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 188 | 0.59 | 0.95 | 0 | 0.26 | 262.79 | 0.91 | 0.39 |
| Hex | 4D | 9 | BC | 3B | 5F | 0 | 1A | 107 | 5B | 27 |
| Octal | 115 | 11 | 274 | 73 | 137 | 0 | 32 | 407 | 133 | 47 |
| Binary | 1001101 | 1001 | 10111100 | 111011 | 1011111 | 0 | 11010 | 100000111 | 1011011 | 100111 |
Color Harmonies of #4D09BC
Complementary color
Monochromatic Colors of #4D09BC
Black with #4D09BC
Text Example
Text Example
White with #4D09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D09BC; }
p { color: rgb(77,9,188); }
H1.HeaderClassName
{
color: #4D09BC;
}
.AnyTagClassName
{
color: #4D09BC;
}
</style>
background-color css
<style>
a { background-color: #4D09BC; }
a { background-color: rgb(77,9,188); }
div.DivClassName
{
background-color: #4D09BC;
}
.BgClassName
{
background-color: #4D09BC;
}
</style>
border-color css
<style>
span { border-color: #4D09BC; }
span { border-color: rgb(77,9,188); }
td.TdClassName
{
border-color: #4D09BC;
}
.TagClassName
{
border-color: #4D09BC;
}
</style>