Shades of Purple Heart #4E20B3
Tints of Purple Heart #4E20B3
RGB
CMYK
RGB Variations
Color information
#4E20B3 (or 0x4E20B3) is known color: Purple Heart. HEX triplet: 4E, 20 and B3. RGB value is (78,32,179). Sum of RGB (Red+Green+Blue) = 78+32+179=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 179 (70.31% from 255 or 61.94% from 289); Max value from RGB is 179 - color contains mainly: blue. Hex color #4E20B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E20B3 is #B1DF4C. Grayscale: #3D3D3D. Windows color (decimal): -11657037 or 11739214. OLE color: 11739214.
HSL color Cylindrical-coordinate representation of color #4E20B3: hue angle of 258.78º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E20B3 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 32 | 179 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.30 |
| HSL | 258.78º | 0.7% | 0.41% | - |
| HSV(B) | 258.78º | 0.82% | 0.7% | - |
| XYZ | 11.8 | 5.91 | 43.17 | - |
| YUV | 62.51 | 193.74 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 179 | 0.56 | 0.82 | 0 | 0.30 | 258.78 | 0.7 | 0.41 |
| Hex | 4E | 20 | B3 | 38 | 52 | 0 | 1E | 103 | 46 | 29 |
| Octal | 116 | 40 | 263 | 70 | 122 | 0 | 36 | 403 | 106 | 51 |
| Binary | 1001110 | 100000 | 10110011 | 111000 | 1010010 | 0 | 11110 | 100000011 | 1000110 | 101001 |
Color Harmonies of #4E20B3
Complementary color
Monochromatic Colors of #4E20B3
Black with #4E20B3
Text Example
Text Example
White with #4E20B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E20B3; }
p { color: rgb(78,32,179); }
H1.HeaderClassName
{
color: #4E20B3;
}
.AnyTagClassName
{
color: #4E20B3;
}
</style>
background-color css
<style>
a { background-color: #4E20B3; }
a { background-color: rgb(78,32,179); }
div.DivClassName
{
background-color: #4E20B3;
}
.BgClassName
{
background-color: #4E20B3;
}
</style>
border-color css
<style>
span { border-color: #4E20B3; }
span { border-color: rgb(78,32,179); }
td.TdClassName
{
border-color: #4E20B3;
}
.TagClassName
{
border-color: #4E20B3;
}
</style>