Shades of Purple Heart #5928BE
Tints of Purple Heart #5928BE
RGB
CMYK
RGB Variations
Color information
#5928BE (or 0x5928BE) is known color: Purple Heart. HEX triplet: 59, 28 and BE. RGB value is (89,40,190). Sum of RGB (Red+Green+Blue) = 89+40+190=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #5928BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5928BE is #A6D741. Grayscale: #474747. Windows color (decimal): -10934082 or 12462169. OLE color: 12462169.
HSL color Cylindrical-coordinate representation of color #5928BE: hue angle of 259.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5928BE is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 40 | 190 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.25 |
| HSL | 259.6º | 0.65% | 0.45% | - |
| HSV(B) | 259.6º | 0.79% | 0.75% | - |
| XYZ | 14.17 | 7.36 | 49.39 | - |
| YUV | 71.75 | 194.73 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 190 | 0.53 | 0.79 | 0 | 0.25 | 259.6 | 0.65 | 0.45 |
| Hex | 59 | 28 | BE | 35 | 4F | 0 | 19 | 104 | 41 | 2D |
| Octal | 131 | 50 | 276 | 65 | 117 | 0 | 31 | 404 | 101 | 55 |
| Binary | 1011001 | 101000 | 10111110 | 110101 | 1001111 | 0 | 11001 | 100000100 | 1000001 | 101101 |
Color Harmonies of #5928BE
Complementary color
Monochromatic Colors of #5928BE
Black with #5928BE
Text Example
Text Example
White with #5928BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5928BE; }
p { color: rgb(89,40,190); }
H1.HeaderClassName
{
color: #5928BE;
}
.AnyTagClassName
{
color: #5928BE;
}
</style>
background-color css
<style>
a { background-color: #5928BE; }
a { background-color: rgb(89,40,190); }
div.DivClassName
{
background-color: #5928BE;
}
.BgClassName
{
background-color: #5928BE;
}
</style>
border-color css
<style>
span { border-color: #5928BE; }
span { border-color: rgb(89,40,190); }
td.TdClassName
{
border-color: #5928BE;
}
.TagClassName
{
border-color: #5928BE;
}
</style>