Shades of Purple Heart #5926BC
Tints of Purple Heart #5926BC
RGB
CMYK
RGB Variations
Color information
#5926BC (or 0x5926BC) is known color: Purple Heart. HEX triplet: 59, 26 and BC. RGB value is (89,38,188). Sum of RGB (Red+Green+Blue) = 89+38+188=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #5926BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5926BC is #A6D943. Grayscale: #454545. Windows color (decimal): -10934596 or 12330585. OLE color: 12330585.
HSL color Cylindrical-coordinate representation of color #5926BC: hue angle of 260.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5926BC is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 38 | 188 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.26 |
| HSL | 260.4º | 0.66% | 0.44% | - |
| HSV(B) | 260.4º | 0.8% | 0.74% | - |
| XYZ | 13.89 | 7.14 | 48.22 | - |
| YUV | 70.35 | 194.4 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 188 | 0.53 | 0.80 | 0 | 0.26 | 260.4 | 0.66 | 0.44 |
| Hex | 59 | 26 | BC | 35 | 50 | 0 | 1A | 104 | 42 | 2C |
| Octal | 131 | 46 | 274 | 65 | 120 | 0 | 32 | 404 | 102 | 54 |
| Binary | 1011001 | 100110 | 10111100 | 110101 | 1010000 | 0 | 11010 | 100000100 | 1000010 | 101100 |
Color Harmonies of #5926BC
Complementary color
Monochromatic Colors of #5926BC
Black with #5926BC
Text Example
Text Example
White with #5926BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5926BC; }
p { color: rgb(89,38,188); }
H1.HeaderClassName
{
color: #5926BC;
}
.AnyTagClassName
{
color: #5926BC;
}
</style>
background-color css
<style>
a { background-color: #5926BC; }
a { background-color: rgb(89,38,188); }
div.DivClassName
{
background-color: #5926BC;
}
.BgClassName
{
background-color: #5926BC;
}
</style>
border-color css
<style>
span { border-color: #5926BC; }
span { border-color: rgb(89,38,188); }
td.TdClassName
{
border-color: #5926BC;
}
.TagClassName
{
border-color: #5926BC;
}
</style>