Shades of Purple Heart #5925AD
Tints of Purple Heart #5925AD
RGB
CMYK
RGB Variations
Color information
#5925AD (or 0x5925AD) is known color: Purple Heart. HEX triplet: 59, 25 and AD. RGB value is (89,37,173). Sum of RGB (Red+Green+Blue) = 89+37+173=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #5925AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5925AD is #A6DA52. Grayscale: #434343. Windows color (decimal): -10934867 or 11347289. OLE color: 11347289.
HSL color Cylindrical-coordinate representation of color #5925AD: hue angle of 262.94º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5925AD is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 37 | 173 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.32 |
| HSL | 262.94º | 0.65% | 0.41% | - |
| HSV(B) | 262.94º | 0.79% | 0.68% | - |
| XYZ | 12.32 | 6.46 | 40.13 | - |
| YUV | 68.05 | 187.23 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 173 | 0.49 | 0.79 | 0 | 0.32 | 262.94 | 0.65 | 0.41 |
| Hex | 59 | 25 | AD | 31 | 4F | 0 | 20 | 107 | 41 | 29 |
| Octal | 131 | 45 | 255 | 61 | 117 | 0 | 40 | 407 | 101 | 51 |
| Binary | 1011001 | 100101 | 10101101 | 110001 | 1001111 | 0 | 100000 | 100000111 | 1000001 | 101001 |
Color Harmonies of #5925AD
Complementary color
Monochromatic Colors of #5925AD
Black with #5925AD
Text Example
Text Example
White with #5925AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5925AD; }
p { color: rgb(89,37,173); }
H1.HeaderClassName
{
color: #5925AD;
}
.AnyTagClassName
{
color: #5925AD;
}
</style>
background-color css
<style>
a { background-color: #5925AD; }
a { background-color: rgb(89,37,173); }
div.DivClassName
{
background-color: #5925AD;
}
.BgClassName
{
background-color: #5925AD;
}
</style>
border-color css
<style>
span { border-color: #5925AD; }
span { border-color: rgb(89,37,173); }
td.TdClassName
{
border-color: #5925AD;
}
.TagClassName
{
border-color: #5925AD;
}
</style>