Shades of Purple Heart #5942BF
Tints of Purple Heart #5942BF
RGB
CMYK
RGB Variations
Color information
#5942BF (or 0x5942BF) is known color: Purple Heart. HEX triplet: 59, 42 and BF. RGB value is (89,66,191). Sum of RGB (Red+Green+Blue) = 89+66+191=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #5942BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5942BF is #A6BD40. Grayscale: #565656. Windows color (decimal): -10927425 or 12534361. OLE color: 12534361.
HSL color Cylindrical-coordinate representation of color #5942BF: hue angle of 251.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5942BF is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 66 | 191 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.25 |
| HSL | 251.04º | 0.49% | 0.5% | - |
| HSV(B) | 251.04º | 0.65% | 0.75% | - |
| XYZ | 15.47 | 9.78 | 50.36 | - |
| YUV | 87.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 191 | 0.53 | 0.65 | 0 | 0.25 | 251.04 | 0.49 | 0.5 |
| Hex | 59 | 42 | BF | 35 | 41 | 0 | 19 | FB | 31 | 32 |
| Octal | 131 | 102 | 277 | 65 | 101 | 0 | 31 | 373 | 61 | 62 |
| Binary | 1011001 | 1000010 | 10111111 | 110101 | 1000001 | 0 | 11001 | 11111011 | 110001 | 110010 |
Color Harmonies of #5942BF
Complementary color
Monochromatic Colors of #5942BF
Black with #5942BF
Text Example
Text Example
White with #5942BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5942BF; }
p { color: rgb(89,66,191); }
H1.HeaderClassName
{
color: #5942BF;
}
.AnyTagClassName
{
color: #5942BF;
}
</style>
background-color css
<style>
a { background-color: #5942BF; }
a { background-color: rgb(89,66,191); }
div.DivClassName
{
background-color: #5942BF;
}
.BgClassName
{
background-color: #5942BF;
}
</style>
border-color css
<style>
span { border-color: #5942BF; }
span { border-color: rgb(89,66,191); }
td.TdClassName
{
border-color: #5942BF;
}
.TagClassName
{
border-color: #5942BF;
}
</style>