Shades of Purple Heart #4D3BCB
Tints of Purple Heart #4D3BCB
RGB
CMYK
RGB Variations
Color information
#4D3BCB (or 0x4D3BCB) is known color: Purple Heart. HEX triplet: 4D, 3B and CB. RGB value is (77,59,203). Sum of RGB (Red+Green+Blue) = 77+59+203=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D3BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BCB is #B2C434. Grayscale: #505050. Windows color (decimal): -11715637 or 13318989. OLE color: 13318989.
HSL color Cylindrical-coordinate representation of color #4D3BCB: hue angle of 247.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D3BCB is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 59 | 203 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.20 |
| HSL | 247.5º | 0.58% | 0.51% | - |
| HSV(B) | 247.5º | 0.71% | 0.8% | - |
| XYZ | 15.4 | 9.02 | 57.43 | - |
| YUV | 80.8 | 196.96 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 203 | 0.62 | 0.71 | 0 | 0.20 | 247.5 | 0.58 | 0.51 |
| Hex | 4D | 3B | CB | 3E | 47 | 0 | 14 | F8 | 3A | 33 |
| Octal | 115 | 73 | 313 | 76 | 107 | 0 | 24 | 370 | 72 | 63 |
| Binary | 1001101 | 111011 | 11001011 | 111110 | 1000111 | 0 | 10100 | 11111000 | 111010 | 110011 |
Color Harmonies of #4D3BCB
Complementary color
Monochromatic Colors of #4D3BCB
Black with #4D3BCB
Text Example
Text Example
White with #4D3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BCB; }
p { color: rgb(77,59,203); }
H1.HeaderClassName
{
color: #4D3BCB;
}
.AnyTagClassName
{
color: #4D3BCB;
}
</style>
background-color css
<style>
a { background-color: #4D3BCB; }
a { background-color: rgb(77,59,203); }
div.DivClassName
{
background-color: #4D3BCB;
}
.BgClassName
{
background-color: #4D3BCB;
}
</style>
border-color css
<style>
span { border-color: #4D3BCB; }
span { border-color: rgb(77,59,203); }
td.TdClassName
{
border-color: #4D3BCB;
}
.TagClassName
{
border-color: #4D3BCB;
}
</style>