Shades of Purple Heart #5E06BB
Tints of Purple Heart #5E06BB
RGB
CMYK
RGB Variations
Color information
#5E06BB (or 0x5E06BB) is known color: Purple Heart. HEX triplet: 5E, 06 and BB. RGB value is (94,6,187). Sum of RGB (Red+Green+Blue) = 94+6+187=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E06BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E06BB is #A1F944. Grayscale: #343434. Windows color (decimal): -10615109 or 12256862. OLE color: 12256862.
HSL color Cylindrical-coordinate representation of color #5E06BB: hue angle of 269.17º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E06BB is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 6 | 187 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.27 |
| HSL | 269.17º | 0.94% | 0.38% | - |
| HSV(B) | 269.17º | 0.97% | 0.73% | - |
| XYZ | 13.65 | 6.1 | 47.47 | - |
| YUV | 52.95 | 203.65 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 187 | 0.50 | 0.97 | 0 | 0.27 | 269.17 | 0.94 | 0.38 |
| Hex | 5E | 6 | BB | 32 | 61 | 0 | 1B | 10D | 5E | 26 |
| Octal | 136 | 6 | 273 | 62 | 141 | 0 | 33 | 415 | 136 | 46 |
| Binary | 1011110 | 110 | 10111011 | 110010 | 1100001 | 0 | 11011 | 100001101 | 1011110 | 100110 |
Color Harmonies of #5E06BB
Complementary color
Monochromatic Colors of #5E06BB
Black with #5E06BB
Text Example
Text Example
White with #5E06BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E06BB; }
p { color: rgb(94,6,187); }
H1.HeaderClassName
{
color: #5E06BB;
}
.AnyTagClassName
{
color: #5E06BB;
}
</style>
background-color css
<style>
a { background-color: #5E06BB; }
a { background-color: rgb(94,6,187); }
div.DivClassName
{
background-color: #5E06BB;
}
.BgClassName
{
background-color: #5E06BB;
}
</style>
border-color css
<style>
span { border-color: #5E06BB; }
span { border-color: rgb(94,6,187); }
td.TdClassName
{
border-color: #5E06BB;
}
.TagClassName
{
border-color: #5E06BB;
}
</style>