Shades of Purple Heart #5E25AA
Tints of Purple Heart #5E25AA
RGB
CMYK
RGB Variations
Color information
#5E25AA (or 0x5E25AA) is known color: Purple Heart. HEX triplet: 5E, 25 and AA. RGB value is (94,37,170). Sum of RGB (Red+Green+Blue) = 94+37+170=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E25AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E25AA is #A1DA55. Grayscale: #444444. Windows color (decimal): -10607190 or 11150686. OLE color: 11150686.
HSL color Cylindrical-coordinate representation of color #5E25AA: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E25AA is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 37 | 170 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.33 |
| HSL | 265.71º | 0.64% | 0.41% | - |
| HSV(B) | 265.71º | 0.78% | 0.67% | - |
| XYZ | 12.53 | 6.61 | 38.64 | - |
| YUV | 69.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 170 | 0.45 | 0.78 | 0 | 0.33 | 265.71 | 0.64 | 0.41 |
| Hex | 5E | 25 | AA | 2D | 4E | 0 | 21 | 10A | 40 | 29 |
| Octal | 136 | 45 | 252 | 55 | 116 | 0 | 41 | 412 | 100 | 51 |
| Binary | 1011110 | 100101 | 10101010 | 101101 | 1001110 | 0 | 100001 | 100001010 | 1000000 | 101001 |
Color Harmonies of #5E25AA
Complementary color
Monochromatic Colors of #5E25AA
Black with #5E25AA
Text Example
Text Example
White with #5E25AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E25AA; }
p { color: rgb(94,37,170); }
H1.HeaderClassName
{
color: #5E25AA;
}
.AnyTagClassName
{
color: #5E25AA;
}
</style>
background-color css
<style>
a { background-color: #5E25AA; }
a { background-color: rgb(94,37,170); }
div.DivClassName
{
background-color: #5E25AA;
}
.BgClassName
{
background-color: #5E25AA;
}
</style>
border-color css
<style>
span { border-color: #5E25AA; }
span { border-color: rgb(94,37,170); }
td.TdClassName
{
border-color: #5E25AA;
}
.TagClassName
{
border-color: #5E25AA;
}
</style>