Shades of Purple Heart #4E02BC
Tints of Purple Heart #4E02BC
RGB
CMYK
RGB Variations
Color information
#4E02BC (or 0x4E02BC) is known color: Purple Heart. HEX triplet: 4E, 02 and BC. RGB value is (78,2,188). Sum of RGB (Red+Green+Blue) = 78+2+188=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E02BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E02BC is #B1FD43. Grayscale: #2D2D2D. Windows color (decimal): -11664708 or 12321358. OLE color: 12321358.
HSL color Cylindrical-coordinate representation of color #4E02BC: hue angle of 264.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E02BC is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 2 | 188 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.26 |
| HSL | 264.52º | 0.98% | 0.37% | - |
| HSV(B) | 264.52º | 0.99% | 0.74% | - |
| XYZ | 12.24 | 5.29 | 47.95 | - |
| YUV | 45.93 | 208.18 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 188 | 0.59 | 0.99 | 0 | 0.26 | 264.52 | 0.98 | 0.37 |
| Hex | 4E | 2 | BC | 3B | 63 | 0 | 1A | 109 | 62 | 25 |
| Octal | 116 | 2 | 274 | 73 | 143 | 0 | 32 | 411 | 142 | 45 |
| Binary | 1001110 | 10 | 10111100 | 111011 | 1100011 | 0 | 11010 | 100001001 | 1100010 | 100101 |
Color Harmonies of #4E02BC
Complementary color
Monochromatic Colors of #4E02BC
Black with #4E02BC
Text Example
Text Example
White with #4E02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E02BC; }
p { color: rgb(78,2,188); }
H1.HeaderClassName
{
color: #4E02BC;
}
.AnyTagClassName
{
color: #4E02BC;
}
</style>
background-color css
<style>
a { background-color: #4E02BC; }
a { background-color: rgb(78,2,188); }
div.DivClassName
{
background-color: #4E02BC;
}
.BgClassName
{
background-color: #4E02BC;
}
</style>
border-color css
<style>
span { border-color: #4E02BC; }
span { border-color: rgb(78,2,188); }
td.TdClassName
{
border-color: #4E02BC;
}
.TagClassName
{
border-color: #4E02BC;
}
</style>