Shades of Purple Heart #4E08BC
Tints of Purple Heart #4E08BC
RGB
CMYK
RGB Variations
Color information
#4E08BC (or 0x4E08BC) is known color: Purple Heart. HEX triplet: 4E, 08 and BC. RGB value is (78,8,188). Sum of RGB (Red+Green+Blue) = 78+8+188=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E08BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E08BC is #B1F743. Grayscale: #303030. Windows color (decimal): -11663172 or 12322894. OLE color: 12322894.
HSL color Cylindrical-coordinate representation of color #4E08BC: hue angle of 263.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E08BC is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 8 | 188 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.26 |
| HSL | 263.33º | 0.92% | 0.38% | - |
| HSV(B) | 263.33º | 0.96% | 0.74% | - |
| XYZ | 12.31 | 5.42 | 47.98 | - |
| YUV | 49.45 | 206.19 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 188 | 0.59 | 0.96 | 0 | 0.26 | 263.33 | 0.92 | 0.38 |
| Hex | 4E | 8 | BC | 3B | 60 | 0 | 1A | 107 | 5C | 26 |
| Octal | 116 | 10 | 274 | 73 | 140 | 0 | 32 | 407 | 134 | 46 |
| Binary | 1001110 | 1000 | 10111100 | 111011 | 1100000 | 0 | 11010 | 100000111 | 1011100 | 100110 |
Color Harmonies of #4E08BC
Complementary color
Monochromatic Colors of #4E08BC
Black with #4E08BC
Text Example
Text Example
White with #4E08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E08BC; }
p { color: rgb(78,8,188); }
H1.HeaderClassName
{
color: #4E08BC;
}
.AnyTagClassName
{
color: #4E08BC;
}
</style>
background-color css
<style>
a { background-color: #4E08BC; }
a { background-color: rgb(78,8,188); }
div.DivClassName
{
background-color: #4E08BC;
}
.BgClassName
{
background-color: #4E08BC;
}
</style>
border-color css
<style>
span { border-color: #4E08BC; }
span { border-color: rgb(78,8,188); }
td.TdClassName
{
border-color: #4E08BC;
}
.TagClassName
{
border-color: #4E08BC;
}
</style>