Shades of Purple Heart #5626BA
Tints of Purple Heart #5626BA
RGB
CMYK
RGB Variations
Color information
#5626BA (or 0x5626BA) is known color: Purple Heart. HEX triplet: 56, 26 and BA. RGB value is (86,38,186). Sum of RGB (Red+Green+Blue) = 86+38+186=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #5626BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5626BA is #A9D945. Grayscale: #444444. Windows color (decimal): -11131206 or 12199510. OLE color: 12199510.
HSL color Cylindrical-coordinate representation of color #5626BA: hue angle of 259.46º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5626BA is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 38 | 186 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.27 |
| HSL | 259.46º | 0.66% | 0.44% | - |
| HSV(B) | 259.46º | 0.8% | 0.73% | - |
| XYZ | 13.39 | 6.91 | 47.08 | - |
| YUV | 69.22 | 193.9 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 186 | 0.54 | 0.80 | 0 | 0.27 | 259.46 | 0.66 | 0.44 |
| Hex | 56 | 26 | BA | 36 | 50 | 0 | 1B | 103 | 42 | 2C |
| Octal | 126 | 46 | 272 | 66 | 120 | 0 | 33 | 403 | 102 | 54 |
| Binary | 1010110 | 100110 | 10111010 | 110110 | 1010000 | 0 | 11011 | 100000011 | 1000010 | 101100 |
Color Harmonies of #5626BA
Complementary color
Monochromatic Colors of #5626BA
Black with #5626BA
Text Example
Text Example
White with #5626BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5626BA; }
p { color: rgb(86,38,186); }
H1.HeaderClassName
{
color: #5626BA;
}
.AnyTagClassName
{
color: #5626BA;
}
</style>
background-color css
<style>
a { background-color: #5626BA; }
a { background-color: rgb(86,38,186); }
div.DivClassName
{
background-color: #5626BA;
}
.BgClassName
{
background-color: #5626BA;
}
</style>
border-color css
<style>
span { border-color: #5626BA; }
span { border-color: rgb(86,38,186); }
td.TdClassName
{
border-color: #5626BA;
}
.TagClassName
{
border-color: #5626BA;
}
</style>