Shades of Purple Heart #4D3CBC
Tints of Purple Heart #4D3CBC
RGB
CMYK
RGB Variations
Color information
#4D3CBC (or 0x4D3CBC) is known color: Purple Heart. HEX triplet: 4D, 3C and BC. RGB value is (77,60,188). Sum of RGB (Red+Green+Blue) = 77+60+188=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D3CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3CBC is #B2C343. Grayscale: #4F4F4F. Windows color (decimal): -11715396 or 12336205. OLE color: 12336205.
HSL color Cylindrical-coordinate representation of color #4D3CBC: hue angle of 247.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D3CBC is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 60 | 188 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.26 |
| HSL | 247.97º | 0.52% | 0.49% | - |
| HSV(B) | 247.97º | 0.68% | 0.74% | - |
| XYZ | 13.75 | 8.44 | 48.48 | - |
| YUV | 79.68 | 189.13 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 188 | 0.59 | 0.68 | 0 | 0.26 | 247.97 | 0.52 | 0.49 |
| Hex | 4D | 3C | BC | 3B | 44 | 0 | 1A | F8 | 34 | 31 |
| Octal | 115 | 74 | 274 | 73 | 104 | 0 | 32 | 370 | 64 | 61 |
| Binary | 1001101 | 111100 | 10111100 | 111011 | 1000100 | 0 | 11010 | 11111000 | 110100 | 110001 |
Color Harmonies of #4D3CBC
Complementary color
Monochromatic Colors of #4D3CBC
Black with #4D3CBC
Text Example
Text Example
White with #4D3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3CBC; }
p { color: rgb(77,60,188); }
H1.HeaderClassName
{
color: #4D3CBC;
}
.AnyTagClassName
{
color: #4D3CBC;
}
</style>
background-color css
<style>
a { background-color: #4D3CBC; }
a { background-color: rgb(77,60,188); }
div.DivClassName
{
background-color: #4D3CBC;
}
.BgClassName
{
background-color: #4D3CBC;
}
</style>
border-color css
<style>
span { border-color: #4D3CBC; }
span { border-color: rgb(77,60,188); }
td.TdClassName
{
border-color: #4D3CBC;
}
.TagClassName
{
border-color: #4D3CBC;
}
</style>