Shades of Purple Heart #5902BA
Tints of Purple Heart #5902BA
RGB
CMYK
RGB Variations
Color information
#5902BA (or 0x5902BA) is known color: Purple Heart. HEX triplet: 59, 02 and BA. RGB value is (89,2,186). Sum of RGB (Red+Green+Blue) = 89+2+186=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #5902BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5902BA is #A6FD45. Grayscale: #303030. Windows color (decimal): -10943814 or 12190297. OLE color: 12190297.
HSL color Cylindrical-coordinate representation of color #5902BA: hue angle of 268.37º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902BA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 2 | 186 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.27 |
| HSL | 268.37º | 0.98% | 0.37% | - |
| HSV(B) | 268.37º | 0.99% | 0.73% | - |
| XYZ | 13 | 5.71 | 46.87 | - |
| YUV | 48.99 | 205.32 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 186 | 0.52 | 0.99 | 0 | 0.27 | 268.37 | 0.98 | 0.37 |
| Hex | 59 | 2 | BA | 34 | 63 | 0 | 1B | 10C | 62 | 25 |
| Octal | 131 | 2 | 272 | 64 | 143 | 0 | 33 | 414 | 142 | 45 |
| Binary | 1011001 | 10 | 10111010 | 110100 | 1100011 | 0 | 11011 | 100001100 | 1100010 | 100101 |
Color Harmonies of #5902BA
Complementary color
Monochromatic Colors of #5902BA
Black with #5902BA
Text Example
Text Example
White with #5902BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5902BA; }
p { color: rgb(89,2,186); }
H1.HeaderClassName
{
color: #5902BA;
}
.AnyTagClassName
{
color: #5902BA;
}
</style>
background-color css
<style>
a { background-color: #5902BA; }
a { background-color: rgb(89,2,186); }
div.DivClassName
{
background-color: #5902BA;
}
.BgClassName
{
background-color: #5902BA;
}
</style>
border-color css
<style>
span { border-color: #5902BA; }
span { border-color: rgb(89,2,186); }
td.TdClassName
{
border-color: #5902BA;
}
.TagClassName
{
border-color: #5902BA;
}
</style>