Shades of Purple Heart #5928AC
Tints of Purple Heart #5928AC
RGB
CMYK
RGB Variations
Color information
#5928AC (or 0x5928AC) is known color: Purple Heart. HEX triplet: 59, 28 and AC. RGB value is (89,40,172). Sum of RGB (Red+Green+Blue) = 89+40+172=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #5928AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5928AC is #A6D753. Grayscale: #454545. Windows color (decimal): -10934100 or 11282521. OLE color: 11282521.
HSL color Cylindrical-coordinate representation of color #5928AC: hue angle of 262.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5928AC is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 40 | 172 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.33 |
| HSL | 262.27º | 0.62% | 0.42% | - |
| HSV(B) | 262.27º | 0.77% | 0.67% | - |
| XYZ | 12.33 | 6.62 | 39.66 | - |
| YUV | 69.7 | 185.73 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 172 | 0.48 | 0.77 | 0 | 0.33 | 262.27 | 0.62 | 0.42 |
| Hex | 59 | 28 | AC | 30 | 4D | 0 | 21 | 106 | 3E | 2A |
| Octal | 131 | 50 | 254 | 60 | 115 | 0 | 41 | 406 | 76 | 52 |
| Binary | 1011001 | 101000 | 10101100 | 110000 | 1001101 | 0 | 100001 | 100000110 | 111110 | 101010 |
Color Harmonies of #5928AC
Complementary color
Monochromatic Colors of #5928AC
Black with #5928AC
Text Example
Text Example
White with #5928AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5928AC; }
p { color: rgb(89,40,172); }
H1.HeaderClassName
{
color: #5928AC;
}
.AnyTagClassName
{
color: #5928AC;
}
</style>
background-color css
<style>
a { background-color: #5928AC; }
a { background-color: rgb(89,40,172); }
div.DivClassName
{
background-color: #5928AC;
}
.BgClassName
{
background-color: #5928AC;
}
</style>
border-color css
<style>
span { border-color: #5928AC; }
span { border-color: rgb(89,40,172); }
td.TdClassName
{
border-color: #5928AC;
}
.TagClassName
{
border-color: #5928AC;
}
</style>