Shades of Purple Heart #4E02C1
Tints of Purple Heart #4E02C1
RGB
CMYK
RGB Variations
Color information
#4E02C1 (or 0x4E02C1) is known color: Purple Heart. HEX triplet: 4E, 02 and C1. RGB value is (78,2,193). Sum of RGB (Red+Green+Blue) = 78+2+193=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #4E02C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E02C1 is #B1FD3E. Grayscale: #2D2D2D. Windows color (decimal): -11664703 or 12649038. OLE color: 12649038.
HSL color Cylindrical-coordinate representation of color #4E02C1: hue angle of 263.87º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E02C1 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 2 | 193 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.24 |
| HSL | 263.87º | 0.98% | 0.38% | - |
| HSV(B) | 263.87º | 0.99% | 0.76% | - |
| XYZ | 12.79 | 5.51 | 50.84 | - |
| YUV | 46.5 | 210.68 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 193 | 0.60 | 0.99 | 0 | 0.24 | 263.87 | 0.98 | 0.38 |
| Hex | 4E | 2 | C1 | 3C | 63 | 0 | 18 | 108 | 62 | 26 |
| Octal | 116 | 2 | 301 | 74 | 143 | 0 | 30 | 410 | 142 | 46 |
| Binary | 1001110 | 10 | 11000001 | 111100 | 1100011 | 0 | 11000 | 100001000 | 1100010 | 100110 |
Color Harmonies of #4E02C1
Complementary color
Monochromatic Colors of #4E02C1
Black with #4E02C1
Text Example
Text Example
White with #4E02C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E02C1; }
p { color: rgb(78,2,193); }
H1.HeaderClassName
{
color: #4E02C1;
}
.AnyTagClassName
{
color: #4E02C1;
}
</style>
background-color css
<style>
a { background-color: #4E02C1; }
a { background-color: rgb(78,2,193); }
div.DivClassName
{
background-color: #4E02C1;
}
.BgClassName
{
background-color: #4E02C1;
}
</style>
border-color css
<style>
span { border-color: #4E02C1; }
span { border-color: rgb(78,2,193); }
td.TdClassName
{
border-color: #4E02C1;
}
.TagClassName
{
border-color: #4E02C1;
}
</style>