Shades of Purple Heart #5929BF
Tints of Purple Heart #5929BF
RGB
CMYK
RGB Variations
Color information
#5929BF (or 0x5929BF) is known color: Purple Heart. HEX triplet: 59, 29 and BF. RGB value is (89,41,191). Sum of RGB (Red+Green+Blue) = 89+41+191=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #5929BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5929BF is #A6D640. Grayscale: #474747. Windows color (decimal): -10933825 or 12527961. OLE color: 12527961.
HSL color Cylindrical-coordinate representation of color #5929BF: hue angle of 259.2º 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 #5929BF is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 41 | 191 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.25 |
| HSL | 259.2º | 0.65% | 0.45% | - |
| HSV(B) | 259.2º | 0.79% | 0.75% | - |
| XYZ | 14.32 | 7.47 | 49.98 | - |
| YUV | 72.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 191 | 0.53 | 0.79 | 0 | 0.25 | 259.2 | 0.65 | 0.45 |
| Hex | 59 | 29 | BF | 35 | 4F | 0 | 19 | 103 | 41 | 2D |
| Octal | 131 | 51 | 277 | 65 | 117 | 0 | 31 | 403 | 101 | 55 |
| Binary | 1011001 | 101001 | 10111111 | 110101 | 1001111 | 0 | 11001 | 100000011 | 1000001 | 101101 |
Color Harmonies of #5929BF
Complementary color
Monochromatic Colors of #5929BF
Black with #5929BF
Text Example
Text Example
White with #5929BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5929BF; }
p { color: rgb(89,41,191); }
H1.HeaderClassName
{
color: #5929BF;
}
.AnyTagClassName
{
color: #5929BF;
}
</style>
background-color css
<style>
a { background-color: #5929BF; }
a { background-color: rgb(89,41,191); }
div.DivClassName
{
background-color: #5929BF;
}
.BgClassName
{
background-color: #5929BF;
}
</style>
border-color css
<style>
span { border-color: #5929BF; }
span { border-color: rgb(89,41,191); }
td.TdClassName
{
border-color: #5929BF;
}
.TagClassName
{
border-color: #5929BF;
}
</style>