Shades of Purple Heart #4E03BC
Tints of Purple Heart #4E03BC
RGB
CMYK
RGB Variations
Color information
#4E03BC (or 0x4E03BC) is known color: Purple Heart. HEX triplet: 4E, 03 and BC. RGB value is (78,3,188). Sum of RGB (Red+Green+Blue) = 78+3+188=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E03BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E03BC is #B1FC43. Grayscale: #2D2D2D. Windows color (decimal): -11664452 or 12321614. OLE color: 12321614.
HSL color Cylindrical-coordinate representation of color #4E03BC: hue angle of 264.32º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E03BC is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 3 | 188 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.26 |
| HSL | 264.32º | 0.97% | 0.37% | - |
| HSV(B) | 264.32º | 0.98% | 0.74% | - |
| XYZ | 12.25 | 5.32 | 47.96 | - |
| YUV | 46.52 | 207.85 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 188 | 0.59 | 0.98 | 0 | 0.26 | 264.32 | 0.97 | 0.37 |
| Hex | 4E | 3 | BC | 3B | 62 | 0 | 1A | 108 | 61 | 25 |
| Octal | 116 | 3 | 274 | 73 | 142 | 0 | 32 | 410 | 141 | 45 |
| Binary | 1001110 | 11 | 10111100 | 111011 | 1100010 | 0 | 11010 | 100001000 | 1100001 | 100101 |
Color Harmonies of #4E03BC
Complementary color
Monochromatic Colors of #4E03BC
Black with #4E03BC
Text Example
Text Example
White with #4E03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E03BC; }
p { color: rgb(78,3,188); }
H1.HeaderClassName
{
color: #4E03BC;
}
.AnyTagClassName
{
color: #4E03BC;
}
</style>
background-color css
<style>
a { background-color: #4E03BC; }
a { background-color: rgb(78,3,188); }
div.DivClassName
{
background-color: #4E03BC;
}
.BgClassName
{
background-color: #4E03BC;
}
</style>
border-color css
<style>
span { border-color: #4E03BC; }
span { border-color: rgb(78,3,188); }
td.TdClassName
{
border-color: #4E03BC;
}
.TagClassName
{
border-color: #4E03BC;
}
</style>