Shades of Purple Heart #4E3BCB
Tints of Purple Heart #4E3BCB
RGB
CMYK
RGB Variations
Color information
#4E3BCB (or 0x4E3BCB) is known color: Purple Heart. HEX triplet: 4E, 3B and CB. RGB value is (78,59,203). Sum of RGB (Red+Green+Blue) = 78+59+203=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E3BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3BCB is #B1C434. Grayscale: #505050. Windows color (decimal): -11650101 or 13318990. OLE color: 13318990.
HSL color Cylindrical-coordinate representation of color #4E3BCB: hue angle of 247.92º 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 #4E3BCB is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 59 | 203 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.20 |
| HSL | 247.92º | 0.58% | 0.51% | - |
| HSV(B) | 247.92º | 0.71% | 0.8% | - |
| XYZ | 15.49 | 9.06 | 57.43 | - |
| YUV | 81.1 | 196.79 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 203 | 0.62 | 0.71 | 0 | 0.20 | 247.92 | 0.58 | 0.51 |
| Hex | 4E | 3B | CB | 3E | 47 | 0 | 14 | F8 | 3A | 33 |
| Octal | 116 | 73 | 313 | 76 | 107 | 0 | 24 | 370 | 72 | 63 |
| Binary | 1001110 | 111011 | 11001011 | 111110 | 1000111 | 0 | 10100 | 11111000 | 111010 | 110011 |
Color Harmonies of #4E3BCB
Complementary color
Monochromatic Colors of #4E3BCB
Black with #4E3BCB
Text Example
Text Example
White with #4E3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3BCB; }
p { color: rgb(78,59,203); }
H1.HeaderClassName
{
color: #4E3BCB;
}
.AnyTagClassName
{
color: #4E3BCB;
}
</style>
background-color css
<style>
a { background-color: #4E3BCB; }
a { background-color: rgb(78,59,203); }
div.DivClassName
{
background-color: #4E3BCB;
}
.BgClassName
{
background-color: #4E3BCB;
}
</style>
border-color css
<style>
span { border-color: #4E3BCB; }
span { border-color: rgb(78,59,203); }
td.TdClassName
{
border-color: #4E3BCB;
}
.TagClassName
{
border-color: #4E3BCB;
}
</style>