Shades of Purple Heart #4E1BD5
Tints of Purple Heart #4E1BD5
RGB
CMYK
RGB Variations
Color information
#4E1BD5 (or 0x4E1BD5) is known color: Purple Heart. HEX triplet: 4E, 1B and D5. RGB value is (78,27,213). Sum of RGB (Red+Green+Blue) = 78+27+213=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 213 (83.59% from 255 or 66.98% from 318); Max value from RGB is 213 - color contains mainly: blue. Hex color #4E1BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1BD5 is #B1E42A. Grayscale: #3E3E3E. Windows color (decimal): -11658283 or 13966158. OLE color: 13966158.
HSL color Cylindrical-coordinate representation of color #4E1BD5: hue angle of 256.45º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E1BD5 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 27 | 213 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.16 |
| HSL | 256.45º | 0.78% | 0.47% | - |
| HSV(B) | 256.45º | 0.87% | 0.84% | - |
| XYZ | 15.54 | 7.21 | 63.52 | - |
| YUV | 63.45 | 212.4 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 213 | 0.63 | 0.87 | 0 | 0.16 | 256.45 | 0.78 | 0.47 |
| Hex | 4E | 1B | D5 | 3F | 57 | 0 | 10 | 100 | 4E | 2F |
| Octal | 116 | 33 | 325 | 77 | 127 | 0 | 20 | 400 | 116 | 57 |
| Binary | 1001110 | 11011 | 11010101 | 111111 | 1010111 | 0 | 10000 | 100000000 | 1001110 | 101111 |
Color Harmonies of #4E1BD5
Complementary color
Monochromatic Colors of #4E1BD5
Black with #4E1BD5
Text Example
Text Example
White with #4E1BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1BD5; }
p { color: rgb(78,27,213); }
H1.HeaderClassName
{
color: #4E1BD5;
}
.AnyTagClassName
{
color: #4E1BD5;
}
</style>
background-color css
<style>
a { background-color: #4E1BD5; }
a { background-color: rgb(78,27,213); }
div.DivClassName
{
background-color: #4E1BD5;
}
.BgClassName
{
background-color: #4E1BD5;
}
</style>
border-color css
<style>
span { border-color: #4E1BD5; }
span { border-color: rgb(78,27,213); }
td.TdClassName
{
border-color: #4E1BD5;
}
.TagClassName
{
border-color: #4E1BD5;
}
</style>