Shades of Purple Heart #5925AC
Tints of Purple Heart #5925AC
RGB
CMYK
RGB Variations
Color information
#5925AC (or 0x5925AC) is known color: Purple Heart. HEX triplet: 59, 25 and AC. RGB value is (89,37,172). Sum of RGB (Red+Green+Blue) = 89+37+172=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #5925AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5925AC is #A6DA53. Grayscale: #434343. Windows color (decimal): -10934868 or 11281753. OLE color: 11281753.
HSL color Cylindrical-coordinate representation of color #5925AC: hue angle of 263.11º degrees, saturation: 0.65, 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 #5925AC is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 37 | 172 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.33 |
| HSL | 263.11º | 0.65% | 0.41% | - |
| HSV(B) | 263.11º | 0.78% | 0.67% | - |
| XYZ | 12.23 | 6.43 | 39.63 | - |
| YUV | 67.94 | 186.73 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 172 | 0.48 | 0.78 | 0 | 0.33 | 263.11 | 0.65 | 0.41 |
| Hex | 59 | 25 | AC | 30 | 4E | 0 | 21 | 107 | 41 | 29 |
| Octal | 131 | 45 | 254 | 60 | 116 | 0 | 41 | 407 | 101 | 51 |
| Binary | 1011001 | 100101 | 10101100 | 110000 | 1001110 | 0 | 100001 | 100000111 | 1000001 | 101001 |
Color Harmonies of #5925AC
Complementary color
Monochromatic Colors of #5925AC
Black with #5925AC
Text Example
Text Example
White with #5925AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5925AC; }
p { color: rgb(89,37,172); }
H1.HeaderClassName
{
color: #5925AC;
}
.AnyTagClassName
{
color: #5925AC;
}
</style>
background-color css
<style>
a { background-color: #5925AC; }
a { background-color: rgb(89,37,172); }
div.DivClassName
{
background-color: #5925AC;
}
.BgClassName
{
background-color: #5925AC;
}
</style>
border-color css
<style>
span { border-color: #5925AC; }
span { border-color: rgb(89,37,172); }
td.TdClassName
{
border-color: #5925AC;
}
.TagClassName
{
border-color: #5925AC;
}
</style>