Shades of Purple Heart #5934B7
Tints of Purple Heart #5934B7
RGB
CMYK
RGB Variations
Color information
#5934B7 (or 0x5934B7) is known color: Purple Heart. HEX triplet: 59, 34 and B7. RGB value is (89,52,183). Sum of RGB (Red+Green+Blue) = 89+52+183=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #5934B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5934B7 is #A6CB48. Grayscale: #4D4D4D. Windows color (decimal): -10931017 or 12006489. OLE color: 12006489.
HSL color Cylindrical-coordinate representation of color #5934B7: hue angle of 256.95º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5934B7 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 52 | 183 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.28 |
| HSL | 256.95º | 0.56% | 0.46% | - |
| HSV(B) | 256.95º | 0.72% | 0.72% | - |
| XYZ | 13.9 | 8 | 45.61 | - |
| YUV | 78 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 183 | 0.51 | 0.72 | 0 | 0.28 | 256.95 | 0.56 | 0.46 |
| Hex | 59 | 34 | B7 | 33 | 48 | 0 | 1C | 101 | 38 | 2E |
| Octal | 131 | 64 | 267 | 63 | 110 | 0 | 34 | 401 | 70 | 56 |
| Binary | 1011001 | 110100 | 10110111 | 110011 | 1001000 | 0 | 11100 | 100000001 | 111000 | 101110 |
Color Harmonies of #5934B7
Complementary color
Monochromatic Colors of #5934B7
Black with #5934B7
Text Example
Text Example
White with #5934B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5934B7; }
p { color: rgb(89,52,183); }
H1.HeaderClassName
{
color: #5934B7;
}
.AnyTagClassName
{
color: #5934B7;
}
</style>
background-color css
<style>
a { background-color: #5934B7; }
a { background-color: rgb(89,52,183); }
div.DivClassName
{
background-color: #5934B7;
}
.BgClassName
{
background-color: #5934B7;
}
</style>
border-color css
<style>
span { border-color: #5934B7; }
span { border-color: rgb(89,52,183); }
td.TdClassName
{
border-color: #5934B7;
}
.TagClassName
{
border-color: #5934B7;
}
</style>