Shades of Purple Heart #5E10AC
Tints of Purple Heart #5E10AC
RGB
CMYK
RGB Variations
Color information
#5E10AC (or 0x5E10AC) is known color: Purple Heart. HEX triplet: 5E, 10 and AC. RGB value is (94,16,172). Sum of RGB (Red+Green+Blue) = 94+16+172=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E10AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E10AC is #A1EF53. Grayscale: #383838. Windows color (decimal): -10612564 or 11276382. OLE color: 11276382.
HSL color Cylindrical-coordinate representation of color #5E10AC: hue angle of 270º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E10AC is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 16 | 172 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.33 |
| HSL | 270º | 0.83% | 0.37% | - |
| HSV(B) | 270º | 0.91% | 0.67% | - |
| XYZ | 12.25 | 5.73 | 39.49 | - |
| YUV | 57.11 | 192.84 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 172 | 0.45 | 0.91 | 0 | 0.33 | 270 | 0.83 | 0.37 |
| Hex | 5E | 10 | AC | 2D | 5B | 0 | 21 | 10E | 53 | 25 |
| Octal | 136 | 20 | 254 | 55 | 133 | 0 | 41 | 416 | 123 | 45 |
| Binary | 1011110 | 10000 | 10101100 | 101101 | 1011011 | 0 | 100001 | 100001110 | 1010011 | 100101 |
Color Harmonies of #5E10AC
Complementary color
Monochromatic Colors of #5E10AC
Black with #5E10AC
Text Example
Text Example
White with #5E10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E10AC; }
p { color: rgb(94,16,172); }
H1.HeaderClassName
{
color: #5E10AC;
}
.AnyTagClassName
{
color: #5E10AC;
}
</style>
background-color css
<style>
a { background-color: #5E10AC; }
a { background-color: rgb(94,16,172); }
div.DivClassName
{
background-color: #5E10AC;
}
.BgClassName
{
background-color: #5E10AC;
}
</style>
border-color css
<style>
span { border-color: #5E10AC; }
span { border-color: rgb(94,16,172); }
td.TdClassName
{
border-color: #5E10AC;
}
.TagClassName
{
border-color: #5E10AC;
}
</style>