Shades of Purple Heart #4D3BCD
Tints of Purple Heart #4D3BCD
RGB
CMYK
RGB Variations
Color information
#4D3BCD (or 0x4D3BCD) is known color: Purple Heart. HEX triplet: 4D, 3B and CD. RGB value is (77,59,205). Sum of RGB (Red+Green+Blue) = 77+59+205=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D3BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BCD is #B2C432. Grayscale: #505050. Windows color (decimal): -11715635 or 13450061. OLE color: 13450061.
HSL color Cylindrical-coordinate representation of color #4D3BCD: hue angle of 247.4º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D3BCD is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 59 | 205 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.20 |
| HSL | 247.4º | 0.59% | 0.52% | - |
| HSV(B) | 247.4º | 0.71% | 0.8% | - |
| XYZ | 15.64 | 9.11 | 58.69 | - |
| YUV | 81.03 | 197.96 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 205 | 0.62 | 0.71 | 0 | 0.20 | 247.4 | 0.59 | 0.52 |
| Hex | 4D | 3B | CD | 3E | 47 | 0 | 14 | F7 | 3B | 34 |
| Octal | 115 | 73 | 315 | 76 | 107 | 0 | 24 | 367 | 73 | 64 |
| Binary | 1001101 | 111011 | 11001101 | 111110 | 1000111 | 0 | 10100 | 11110111 | 111011 | 110100 |
Color Harmonies of #4D3BCD
Complementary color
Monochromatic Colors of #4D3BCD
Black with #4D3BCD
Text Example
Text Example
White with #4D3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BCD; }
p { color: rgb(77,59,205); }
H1.HeaderClassName
{
color: #4D3BCD;
}
.AnyTagClassName
{
color: #4D3BCD;
}
</style>
background-color css
<style>
a { background-color: #4D3BCD; }
a { background-color: rgb(77,59,205); }
div.DivClassName
{
background-color: #4D3BCD;
}
.BgClassName
{
background-color: #4D3BCD;
}
</style>
border-color css
<style>
span { border-color: #4D3BCD; }
span { border-color: rgb(77,59,205); }
td.TdClassName
{
border-color: #4D3BCD;
}
.TagClassName
{
border-color: #4D3BCD;
}
</style>