Shades of Purple Heart #5934BC
Tints of Purple Heart #5934BC
RGB
CMYK
RGB Variations
Color information
#5934BC (or 0x5934BC) is known color: Purple Heart. HEX triplet: 59, 34 and BC. RGB value is (89,52,188). Sum of RGB (Red+Green+Blue) = 89+52+188=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #5934BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5934BC is #A6CB43. Grayscale: #4E4E4E. Windows color (decimal): -10931012 or 12334169. OLE color: 12334169.
HSL color Cylindrical-coordinate representation of color #5934BC: hue angle of 256.32º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5934BC is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 52 | 188 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.26 |
| HSL | 256.32º | 0.57% | 0.47% | - |
| HSV(B) | 256.32º | 0.72% | 0.74% | - |
| XYZ | 14.42 | 8.21 | 48.4 | - |
| YUV | 78.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 188 | 0.53 | 0.72 | 0 | 0.26 | 256.32 | 0.57 | 0.47 |
| Hex | 59 | 34 | BC | 35 | 48 | 0 | 1A | 100 | 39 | 2F |
| Octal | 131 | 64 | 274 | 65 | 110 | 0 | 32 | 400 | 71 | 57 |
| Binary | 1011001 | 110100 | 10111100 | 110101 | 1001000 | 0 | 11010 | 100000000 | 111001 | 101111 |
Color Harmonies of #5934BC
Complementary color
Monochromatic Colors of #5934BC
Black with #5934BC
Text Example
Text Example
White with #5934BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5934BC; }
p { color: rgb(89,52,188); }
H1.HeaderClassName
{
color: #5934BC;
}
.AnyTagClassName
{
color: #5934BC;
}
</style>
background-color css
<style>
a { background-color: #5934BC; }
a { background-color: rgb(89,52,188); }
div.DivClassName
{
background-color: #5934BC;
}
.BgClassName
{
background-color: #5934BC;
}
</style>
border-color css
<style>
span { border-color: #5934BC; }
span { border-color: rgb(89,52,188); }
td.TdClassName
{
border-color: #5934BC;
}
.TagClassName
{
border-color: #5934BC;
}
</style>