Shades of Purple Heart #5926CE
Tints of Purple Heart #5926CE
RGB
CMYK
RGB Variations
Color information
#5926CE (or 0x5926CE) is known color: Purple Heart. HEX triplet: 59, 26 and CE. RGB value is (89,38,206). Sum of RGB (Red+Green+Blue) = 89+38+206=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #5926CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5926CE is #A6D931. Grayscale: #474747. Windows color (decimal): -10934578 or 13510233. OLE color: 13510233.
HSL color Cylindrical-coordinate representation of color #5926CE: hue angle of 258.21º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5926CE is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 38 | 206 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.19 |
| HSL | 258.21º | 0.69% | 0.48% | - |
| HSV(B) | 258.21º | 0.82% | 0.81% | - |
| XYZ | 15.95 | 7.97 | 59.09 | - |
| YUV | 72.4 | 203.4 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 206 | 0.57 | 0.82 | 0 | 0.19 | 258.21 | 0.69 | 0.48 |
| Hex | 59 | 26 | CE | 39 | 52 | 0 | 13 | 102 | 45 | 30 |
| Octal | 131 | 46 | 316 | 71 | 122 | 0 | 23 | 402 | 105 | 60 |
| Binary | 1011001 | 100110 | 11001110 | 111001 | 1010010 | 0 | 10011 | 100000010 | 1000101 | 110000 |
Color Harmonies of #5926CE
Complementary color
Monochromatic Colors of #5926CE
Black with #5926CE
Text Example
Text Example
White with #5926CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5926CE; }
p { color: rgb(89,38,206); }
H1.HeaderClassName
{
color: #5926CE;
}
.AnyTagClassName
{
color: #5926CE;
}
</style>
background-color css
<style>
a { background-color: #5926CE; }
a { background-color: rgb(89,38,206); }
div.DivClassName
{
background-color: #5926CE;
}
.BgClassName
{
background-color: #5926CE;
}
</style>
border-color css
<style>
span { border-color: #5926CE; }
span { border-color: rgb(89,38,206); }
td.TdClassName
{
border-color: #5926CE;
}
.TagClassName
{
border-color: #5926CE;
}
</style>