Shades of Purple Heart #5921BC
Tints of Purple Heart #5921BC
RGB
CMYK
RGB Variations
Color information
#5921BC (or 0x5921BC) is known color: Purple Heart. HEX triplet: 59, 21 and BC. RGB value is (89,33,188). Sum of RGB (Red+Green+Blue) = 89+33+188=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #5921BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5921BC is #A6DE43. Grayscale: #424242. Windows color (decimal): -10935876 or 12329305. OLE color: 12329305.
HSL color Cylindrical-coordinate representation of color #5921BC: hue angle of 261.68º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5921BC is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 33 | 188 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.26 |
| HSL | 261.68º | 0.7% | 0.43% | - |
| HSV(B) | 261.68º | 0.82% | 0.74% | - |
| XYZ | 13.74 | 6.84 | 48.17 | - |
| YUV | 67.41 | 196.05 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 188 | 0.53 | 0.82 | 0 | 0.26 | 261.68 | 0.7 | 0.43 |
| Hex | 59 | 21 | BC | 35 | 52 | 0 | 1A | 106 | 46 | 2B |
| Octal | 131 | 41 | 274 | 65 | 122 | 0 | 32 | 406 | 106 | 53 |
| Binary | 1011001 | 100001 | 10111100 | 110101 | 1010010 | 0 | 11010 | 100000110 | 1000110 | 101011 |
Color Harmonies of #5921BC
Complementary color
Monochromatic Colors of #5921BC
Black with #5921BC
Text Example
Text Example
White with #5921BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5921BC; }
p { color: rgb(89,33,188); }
H1.HeaderClassName
{
color: #5921BC;
}
.AnyTagClassName
{
color: #5921BC;
}
</style>
background-color css
<style>
a { background-color: #5921BC; }
a { background-color: rgb(89,33,188); }
div.DivClassName
{
background-color: #5921BC;
}
.BgClassName
{
background-color: #5921BC;
}
</style>
border-color css
<style>
span { border-color: #5921BC; }
span { border-color: rgb(89,33,188); }
td.TdClassName
{
border-color: #5921BC;
}
.TagClassName
{
border-color: #5921BC;
}
</style>