Shades of Purple Heart #4E32AF
Tints of Purple Heart #4E32AF
RGB
CMYK
RGB Variations
Color information
#4E32AF (or 0x4E32AF) is known color: Purple Heart. HEX triplet: 4E, 32 and AF. RGB value is (78,50,175). Sum of RGB (Red+Green+Blue) = 78+50+175=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E32AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E32AF is #B1CD50. Grayscale: #484848. Windows color (decimal): -11652433 or 11481678. OLE color: 11481678.
HSL color Cylindrical-coordinate representation of color #4E32AF: hue angle of 253.44º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E32AF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 50 | 175 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.31 |
| HSL | 253.44º | 0.56% | 0.44% | - |
| HSV(B) | 253.44º | 0.71% | 0.69% | - |
| XYZ | 12.02 | 7 | 41.27 | - |
| YUV | 72.62 | 185.78 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 175 | 0.55 | 0.71 | 0 | 0.31 | 253.44 | 0.56 | 0.44 |
| Hex | 4E | 32 | AF | 37 | 47 | 0 | 1F | FD | 38 | 2C |
| Octal | 116 | 62 | 257 | 67 | 107 | 0 | 37 | 375 | 70 | 54 |
| Binary | 1001110 | 110010 | 10101111 | 110111 | 1000111 | 0 | 11111 | 11111101 | 111000 | 101100 |
Color Harmonies of #4E32AF
Complementary color
Monochromatic Colors of #4E32AF
Black with #4E32AF
Text Example
Text Example
White with #4E32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E32AF; }
p { color: rgb(78,50,175); }
H1.HeaderClassName
{
color: #4E32AF;
}
.AnyTagClassName
{
color: #4E32AF;
}
</style>
background-color css
<style>
a { background-color: #4E32AF; }
a { background-color: rgb(78,50,175); }
div.DivClassName
{
background-color: #4E32AF;
}
.BgClassName
{
background-color: #4E32AF;
}
</style>
border-color css
<style>
span { border-color: #4E32AF; }
span { border-color: rgb(78,50,175); }
td.TdClassName
{
border-color: #4E32AF;
}
.TagClassName
{
border-color: #4E32AF;
}
</style>