Shades of Purple Heart #5626BC
Tints of Purple Heart #5626BC
RGB
CMYK
RGB Variations
Color information
#5626BC (or 0x5626BC) is known color: Purple Heart. HEX triplet: 56, 26 and BC. RGB value is (86,38,188). Sum of RGB (Red+Green+Blue) = 86+38+188=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #5626BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5626BC is #A9D943. Grayscale: #444444. Windows color (decimal): -11131204 or 12330582. OLE color: 12330582.
HSL color Cylindrical-coordinate representation of color #5626BC: hue angle of 259.2º 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 #5626BC is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 38 | 188 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.26 |
| HSL | 259.2º | 0.66% | 0.44% | - |
| HSV(B) | 259.2º | 0.8% | 0.74% | - |
| XYZ | 13.61 | 7 | 48.21 | - |
| YUV | 69.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 188 | 0.54 | 0.80 | 0 | 0.26 | 259.2 | 0.66 | 0.44 |
| Hex | 56 | 26 | BC | 36 | 50 | 0 | 1A | 103 | 42 | 2C |
| Octal | 126 | 46 | 274 | 66 | 120 | 0 | 32 | 403 | 102 | 54 |
| Binary | 1010110 | 100110 | 10111100 | 110110 | 1010000 | 0 | 11010 | 100000011 | 1000010 | 101100 |
Color Harmonies of #5626BC
Complementary color
Monochromatic Colors of #5626BC
Black with #5626BC
Text Example
Text Example
White with #5626BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5626BC; }
p { color: rgb(86,38,188); }
H1.HeaderClassName
{
color: #5626BC;
}
.AnyTagClassName
{
color: #5626BC;
}
</style>
background-color css
<style>
a { background-color: #5626BC; }
a { background-color: rgb(86,38,188); }
div.DivClassName
{
background-color: #5626BC;
}
.BgClassName
{
background-color: #5626BC;
}
</style>
border-color css
<style>
span { border-color: #5626BC; }
span { border-color: rgb(86,38,188); }
td.TdClassName
{
border-color: #5626BC;
}
.TagClassName
{
border-color: #5626BC;
}
</style>