Shades of Purple Heart #5922BA
Tints of Purple Heart #5922BA
RGB
CMYK
RGB Variations
Color information
#5922BA (or 0x5922BA) is known color: Purple Heart. HEX triplet: 59, 22 and BA. RGB value is (89,34,186). Sum of RGB (Red+Green+Blue) = 89+34+186=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #5922BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5922BA is #A6DD45. Grayscale: #434343. Windows color (decimal): -10935622 or 12198489. OLE color: 12198489.
HSL color Cylindrical-coordinate representation of color #5922BA: hue angle of 261.71º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5922BA is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 34 | 186 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.27 |
| HSL | 261.71º | 0.69% | 0.43% | - |
| HSV(B) | 261.71º | 0.82% | 0.73% | - |
| XYZ | 13.55 | 6.81 | 47.06 | - |
| YUV | 67.77 | 194.72 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 186 | 0.52 | 0.82 | 0 | 0.27 | 261.71 | 0.69 | 0.43 |
| Hex | 59 | 22 | BA | 34 | 52 | 0 | 1B | 106 | 45 | 2B |
| Octal | 131 | 42 | 272 | 64 | 122 | 0 | 33 | 406 | 105 | 53 |
| Binary | 1011001 | 100010 | 10111010 | 110100 | 1010010 | 0 | 11011 | 100000110 | 1000101 | 101011 |
Color Harmonies of #5922BA
Complementary color
Monochromatic Colors of #5922BA
Black with #5922BA
Text Example
Text Example
White with #5922BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5922BA; }
p { color: rgb(89,34,186); }
H1.HeaderClassName
{
color: #5922BA;
}
.AnyTagClassName
{
color: #5922BA;
}
</style>
background-color css
<style>
a { background-color: #5922BA; }
a { background-color: rgb(89,34,186); }
div.DivClassName
{
background-color: #5922BA;
}
.BgClassName
{
background-color: #5922BA;
}
</style>
border-color css
<style>
span { border-color: #5922BA; }
span { border-color: rgb(89,34,186); }
td.TdClassName
{
border-color: #5922BA;
}
.TagClassName
{
border-color: #5922BA;
}
</style>