Shades of Purple Heart #4E08B1
Tints of Purple Heart #4E08B1
RGB
CMYK
RGB Variations
Color information
#4E08B1 (or 0x4E08B1) is known color: Purple Heart. HEX triplet: 4E, 08 and B1. RGB value is (78,8,177). Sum of RGB (Red+Green+Blue) = 78+8+177=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 177 (69.53% from 255 or 67.30% from 263); Max value from RGB is 177 - color contains mainly: blue. Hex color #4E08B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E08B1 is #B1F74E. Grayscale: #2F2F2F. Windows color (decimal): -11663183 or 11601998. OLE color: 11601998.
HSL color Cylindrical-coordinate representation of color #4E08B1: hue angle of 264.85º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E08B1 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 8 | 177 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.31 |
| HSL | 264.85º | 0.91% | 0.36% | - |
| HSV(B) | 264.85º | 0.95% | 0.69% | - |
| XYZ | 11.16 | 4.97 | 41.97 | - |
| YUV | 48.2 | 200.69 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 177 | 0.56 | 0.95 | 0 | 0.31 | 264.85 | 0.91 | 0.36 |
| Hex | 4E | 8 | B1 | 38 | 5F | 0 | 1F | 109 | 5B | 24 |
| Octal | 116 | 10 | 261 | 70 | 137 | 0 | 37 | 411 | 133 | 44 |
| Binary | 1001110 | 1000 | 10110001 | 111000 | 1011111 | 0 | 11111 | 100001001 | 1011011 | 100100 |
Color Harmonies of #4E08B1
Complementary color
Monochromatic Colors of #4E08B1
Black with #4E08B1
Text Example
Text Example
White with #4E08B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E08B1; }
p { color: rgb(78,8,177); }
H1.HeaderClassName
{
color: #4E08B1;
}
.AnyTagClassName
{
color: #4E08B1;
}
</style>
background-color css
<style>
a { background-color: #4E08B1; }
a { background-color: rgb(78,8,177); }
div.DivClassName
{
background-color: #4E08B1;
}
.BgClassName
{
background-color: #4E08B1;
}
</style>
border-color css
<style>
span { border-color: #4E08B1; }
span { border-color: rgb(78,8,177); }
td.TdClassName
{
border-color: #4E08B1;
}
.TagClassName
{
border-color: #4E08B1;
}
</style>