Shades of Purple Heart #4D3BBC
Tints of Purple Heart #4D3BBC
RGB
CMYK
RGB Variations
Color information
#4D3BBC (or 0x4D3BBC) is known color: Purple Heart. HEX triplet: 4D, 3B and BC. RGB value is (77,59,188). Sum of RGB (Red+Green+Blue) = 77+59+188=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D3BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BBC is #B2C443. Grayscale: #4E4E4E. Windows color (decimal): -11715652 or 12335949. OLE color: 12335949.
HSL color Cylindrical-coordinate representation of color #4D3BBC: hue angle of 248.37º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D3BBC is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 59 | 188 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.26 |
| HSL | 248.37º | 0.52% | 0.48% | - |
| HSV(B) | 248.37º | 0.69% | 0.74% | - |
| XYZ | 13.7 | 8.34 | 48.46 | - |
| YUV | 79.09 | 189.46 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 188 | 0.59 | 0.69 | 0 | 0.26 | 248.37 | 0.52 | 0.48 |
| Hex | 4D | 3B | BC | 3B | 45 | 0 | 1A | F8 | 34 | 30 |
| Octal | 115 | 73 | 274 | 73 | 105 | 0 | 32 | 370 | 64 | 60 |
| Binary | 1001101 | 111011 | 10111100 | 111011 | 1000101 | 0 | 11010 | 11111000 | 110100 | 110000 |
Color Harmonies of #4D3BBC
Complementary color
Monochromatic Colors of #4D3BBC
Black with #4D3BBC
Text Example
Text Example
White with #4D3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BBC; }
p { color: rgb(77,59,188); }
H1.HeaderClassName
{
color: #4D3BBC;
}
.AnyTagClassName
{
color: #4D3BBC;
}
</style>
background-color css
<style>
a { background-color: #4D3BBC; }
a { background-color: rgb(77,59,188); }
div.DivClassName
{
background-color: #4D3BBC;
}
.BgClassName
{
background-color: #4D3BBC;
}
</style>
border-color css
<style>
span { border-color: #4D3BBC; }
span { border-color: rgb(77,59,188); }
td.TdClassName
{
border-color: #4D3BBC;
}
.TagClassName
{
border-color: #4D3BBC;
}
</style>