Shades of Purple Heart #4D05BC
Tints of Purple Heart #4D05BC
RGB
CMYK
RGB Variations
Color information
#4D05BC (or 0x4D05BC) is known color: Purple Heart. HEX triplet: 4D, 05 and BC. RGB value is (77,5,188). Sum of RGB (Red+Green+Blue) = 77+5+188=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D05BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D05BC is #B2FA43. Grayscale: #2E2E2E. Windows color (decimal): -11729476 or 12322125. OLE color: 12322125.
HSL color Cylindrical-coordinate representation of color #4D05BC: hue angle of 263.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D05BC is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 5 | 188 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.26 |
| HSL | 263.61º | 0.95% | 0.38% | - |
| HSV(B) | 263.61º | 0.97% | 0.74% | - |
| XYZ | 12.19 | 5.32 | 47.96 | - |
| YUV | 47.39 | 207.35 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 188 | 0.59 | 0.97 | 0 | 0.26 | 263.61 | 0.95 | 0.38 |
| Hex | 4D | 5 | BC | 3B | 61 | 0 | 1A | 108 | 5F | 26 |
| Octal | 115 | 5 | 274 | 73 | 141 | 0 | 32 | 410 | 137 | 46 |
| Binary | 1001101 | 101 | 10111100 | 111011 | 1100001 | 0 | 11010 | 100001000 | 1011111 | 100110 |
Color Harmonies of #4D05BC
Complementary color
Monochromatic Colors of #4D05BC
Black with #4D05BC
Text Example
Text Example
White with #4D05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D05BC; }
p { color: rgb(77,5,188); }
H1.HeaderClassName
{
color: #4D05BC;
}
.AnyTagClassName
{
color: #4D05BC;
}
</style>
background-color css
<style>
a { background-color: #4D05BC; }
a { background-color: rgb(77,5,188); }
div.DivClassName
{
background-color: #4D05BC;
}
.BgClassName
{
background-color: #4D05BC;
}
</style>
border-color css
<style>
span { border-color: #4D05BC; }
span { border-color: rgb(77,5,188); }
td.TdClassName
{
border-color: #4D05BC;
}
.TagClassName
{
border-color: #4D05BC;
}
</style>