Shades of Purple Heart #5E16A3
Tints of Purple Heart #5E16A3
RGB
CMYK
RGB Variations
Color information
#5E16A3 (or 0x5E16A3) is known color: Purple Heart. HEX triplet: 5E, 16 and A3. RGB value is (94,22,163). Sum of RGB (Red+Green+Blue) = 94+22+163=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 163 (64.06% from 255 or 58.42% from 279); Max value from RGB is 163 - color contains mainly: blue. Hex color #5E16A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E16A3 is #A1E95C. Grayscale: #3B3B3B. Windows color (decimal): -10611037 or 10688094. OLE color: 10688094.
HSL color Cylindrical-coordinate representation of color #5E16A3: hue angle of 270.64º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E16A3 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 22 | 163 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.36 |
| HSL | 270.64º | 0.76% | 0.36% | - |
| HSV(B) | 270.64º | 0.87% | 0.64% | - |
| XYZ | 11.51 | 5.6 | 35.12 | - |
| YUV | 59.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 163 | 0.42 | 0.87 | 0 | 0.36 | 270.64 | 0.76 | 0.36 |
| Hex | 5E | 16 | A3 | 2A | 57 | 0 | 24 | 10F | 4C | 24 |
| Octal | 136 | 26 | 243 | 52 | 127 | 0 | 44 | 417 | 114 | 44 |
| Binary | 1011110 | 10110 | 10100011 | 101010 | 1010111 | 0 | 100100 | 100001111 | 1001100 | 100100 |
Color Harmonies of #5E16A3
Complementary color
Monochromatic Colors of #5E16A3
Black with #5E16A3
Text Example
Text Example
White with #5E16A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E16A3; }
p { color: rgb(94,22,163); }
H1.HeaderClassName
{
color: #5E16A3;
}
.AnyTagClassName
{
color: #5E16A3;
}
</style>
background-color css
<style>
a { background-color: #5E16A3; }
a { background-color: rgb(94,22,163); }
div.DivClassName
{
background-color: #5E16A3;
}
.BgClassName
{
background-color: #5E16A3;
}
</style>
border-color css
<style>
span { border-color: #5E16A3; }
span { border-color: rgb(94,22,163); }
td.TdClassName
{
border-color: #5E16A3;
}
.TagClassName
{
border-color: #5E16A3;
}
</style>