Shades of Purple Heart #4D3BBB
Tints of Purple Heart #4D3BBB
RGB
CMYK
RGB Variations
Color information
#4D3BBB (or 0x4D3BBB) is known color: Purple Heart. HEX triplet: 4D, 3B and BB. RGB value is (77,59,187). Sum of RGB (Red+Green+Blue) = 77+59+187=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D3BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BBB is #B2C444. Grayscale: #4E4E4E. Windows color (decimal): -11715653 or 12270413. OLE color: 12270413.
HSL color Cylindrical-coordinate representation of color #4D3BBB: hue angle of 248.44º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D3BBB is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 59 | 187 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.27 |
| HSL | 248.44º | 0.52% | 0.48% | - |
| HSV(B) | 248.44º | 0.68% | 0.73% | - |
| XYZ | 13.59 | 8.29 | 47.9 | - |
| YUV | 78.97 | 188.96 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 187 | 0.59 | 0.68 | 0 | 0.27 | 248.44 | 0.52 | 0.48 |
| Hex | 4D | 3B | BB | 3B | 44 | 0 | 1B | F8 | 34 | 30 |
| Octal | 115 | 73 | 273 | 73 | 104 | 0 | 33 | 370 | 64 | 60 |
| Binary | 1001101 | 111011 | 10111011 | 111011 | 1000100 | 0 | 11011 | 11111000 | 110100 | 110000 |
Color Harmonies of #4D3BBB
Complementary color
Monochromatic Colors of #4D3BBB
Black with #4D3BBB
Text Example
Text Example
White with #4D3BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BBB; }
p { color: rgb(77,59,187); }
H1.HeaderClassName
{
color: #4D3BBB;
}
.AnyTagClassName
{
color: #4D3BBB;
}
</style>
background-color css
<style>
a { background-color: #4D3BBB; }
a { background-color: rgb(77,59,187); }
div.DivClassName
{
background-color: #4D3BBB;
}
.BgClassName
{
background-color: #4D3BBB;
}
</style>
border-color css
<style>
span { border-color: #4D3BBB; }
span { border-color: rgb(77,59,187); }
td.TdClassName
{
border-color: #4D3BBB;
}
.TagClassName
{
border-color: #4D3BBB;
}
</style>