Shades of Purple Heart #4D3BCC
Tints of Purple Heart #4D3BCC
RGB
CMYK
RGB Variations
Color information
#4D3BCC (or 0x4D3BCC) is known color: Purple Heart. HEX triplet: 4D, 3B and CC. RGB value is (77,59,204). Sum of RGB (Red+Green+Blue) = 77+59+204=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D3BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BCC is #B2C433. Grayscale: #505050. Windows color (decimal): -11715636 or 13384525. OLE color: 13384525.
HSL color Cylindrical-coordinate representation of color #4D3BCC: hue angle of 247.45º 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 #4D3BCC is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 59 | 204 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.2 |
| HSL | 247.45º | 0.59% | 0.52% | - |
| HSV(B) | 247.45º | 0.71% | 0.8% | - |
| XYZ | 15.52 | 9.07 | 58.06 | - |
| YUV | 80.91 | 197.46 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 204 | 0.62 | 0.71 | 0 | 0.2 | 247.45 | 0.59 | 0.52 |
| Hex | 4D | 3B | CC | 3E | 47 | 0 | 14 | F7 | 3B | 34 |
| Octal | 115 | 73 | 314 | 76 | 107 | 0 | 24 | 367 | 73 | 64 |
| Binary | 1001101 | 111011 | 11001100 | 111110 | 1000111 | 0 | 10100 | 11110111 | 111011 | 110100 |
Color Harmonies of #4D3BCC
Complementary color
Monochromatic Colors of #4D3BCC
Black with #4D3BCC
Text Example
Text Example
White with #4D3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BCC; }
p { color: rgb(77,59,204); }
H1.HeaderClassName
{
color: #4D3BCC;
}
.AnyTagClassName
{
color: #4D3BCC;
}
</style>
background-color css
<style>
a { background-color: #4D3BCC; }
a { background-color: rgb(77,59,204); }
div.DivClassName
{
background-color: #4D3BCC;
}
.BgClassName
{
background-color: #4D3BCC;
}
</style>
border-color css
<style>
span { border-color: #4D3BCC; }
span { border-color: rgb(77,59,204); }
td.TdClassName
{
border-color: #4D3BCC;
}
.TagClassName
{
border-color: #4D3BCC;
}
</style>