Shades of Purple Heart #5E2AAC
Tints of Purple Heart #5E2AAC
RGB
CMYK
RGB Variations
Color information
#5E2AAC (or 0x5E2AAC) is known color: Purple Heart. HEX triplet: 5E, 2A and AC. RGB value is (94,42,172). Sum of RGB (Red+Green+Blue) = 94+42+172=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E2AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2AAC is #A1D553. Grayscale: #474747. Windows color (decimal): -10605908 or 11283038. OLE color: 11283038.
HSL color Cylindrical-coordinate representation of color #5E2AAC: hue angle of 264º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E2AAC is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 42 | 172 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.33 |
| HSL | 264º | 0.61% | 0.42% | - |
| HSV(B) | 264º | 0.76% | 0.67% | - |
| XYZ | 12.89 | 7.01 | 39.7 | - |
| YUV | 72.37 | 184.23 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 172 | 0.45 | 0.76 | 0 | 0.33 | 264 | 0.61 | 0.42 |
| Hex | 5E | 2A | AC | 2D | 4C | 0 | 21 | 108 | 3D | 2A |
| Octal | 136 | 52 | 254 | 55 | 114 | 0 | 41 | 410 | 75 | 52 |
| Binary | 1011110 | 101010 | 10101100 | 101101 | 1001100 | 0 | 100001 | 100001000 | 111101 | 101010 |
Color Harmonies of #5E2AAC
Complementary color
Monochromatic Colors of #5E2AAC
Black with #5E2AAC
Text Example
Text Example
White with #5E2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2AAC; }
p { color: rgb(94,42,172); }
H1.HeaderClassName
{
color: #5E2AAC;
}
.AnyTagClassName
{
color: #5E2AAC;
}
</style>
background-color css
<style>
a { background-color: #5E2AAC; }
a { background-color: rgb(94,42,172); }
div.DivClassName
{
background-color: #5E2AAC;
}
.BgClassName
{
background-color: #5E2AAC;
}
</style>
border-color css
<style>
span { border-color: #5E2AAC; }
span { border-color: rgb(94,42,172); }
td.TdClassName
{
border-color: #5E2AAC;
}
.TagClassName
{
border-color: #5E2AAC;
}
</style>