Shades of Purple Heart #5608BC
Tints of Purple Heart #5608BC
RGB
CMYK
RGB Variations
Color information
#5608BC (or 0x5608BC) is known color: Purple Heart. HEX triplet: 56, 08 and BC. RGB value is (86,8,188). Sum of RGB (Red+Green+Blue) = 86+8+188=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #5608BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5608BC is #A9F743. Grayscale: #333333. Windows color (decimal): -11138884 or 12322902. OLE color: 12322902.
HSL color Cylindrical-coordinate representation of color #5608BC: hue angle of 266º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5608BC is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 8 | 188 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.26 |
| HSL | 266º | 0.92% | 0.38% | - |
| HSV(B) | 266º | 0.96% | 0.74% | - |
| XYZ | 13 | 5.78 | 48.01 | - |
| YUV | 51.84 | 204.84 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 188 | 0.54 | 0.96 | 0 | 0.26 | 266 | 0.92 | 0.38 |
| Hex | 56 | 8 | BC | 36 | 60 | 0 | 1A | 10A | 5C | 26 |
| Octal | 126 | 10 | 274 | 66 | 140 | 0 | 32 | 412 | 134 | 46 |
| Binary | 1010110 | 1000 | 10111100 | 110110 | 1100000 | 0 | 11010 | 100001010 | 1011100 | 100110 |
Color Harmonies of #5608BC
Complementary color
Monochromatic Colors of #5608BC
Black with #5608BC
Text Example
Text Example
White with #5608BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5608BC; }
p { color: rgb(86,8,188); }
H1.HeaderClassName
{
color: #5608BC;
}
.AnyTagClassName
{
color: #5608BC;
}
</style>
background-color css
<style>
a { background-color: #5608BC; }
a { background-color: rgb(86,8,188); }
div.DivClassName
{
background-color: #5608BC;
}
.BgClassName
{
background-color: #5608BC;
}
</style>
border-color css
<style>
span { border-color: #5608BC; }
span { border-color: rgb(86,8,188); }
td.TdClassName
{
border-color: #5608BC;
}
.TagClassName
{
border-color: #5608BC;
}
</style>