Shades of Purple Heart #5B06BB
Tints of Purple Heart #5B06BB
RGB
CMYK
RGB Variations
Color information
#5B06BB (or 0x5B06BB) is known color: Purple Heart. HEX triplet: 5B, 06 and BB. RGB value is (91,6,187). Sum of RGB (Red+Green+Blue) = 91+6+187=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B06BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B06BB is #A4F944. Grayscale: #333333. Windows color (decimal): -10811717 or 12256859. OLE color: 12256859.
HSL color Cylindrical-coordinate representation of color #5B06BB: hue angle of 268.18º 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 #5B06BB is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 6 | 187 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.27 |
| HSL | 268.18º | 0.94% | 0.38% | - |
| HSV(B) | 268.18º | 0.97% | 0.73% | - |
| XYZ | 13.35 | 5.94 | 47.46 | - |
| YUV | 52.05 | 204.16 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 187 | 0.51 | 0.97 | 0 | 0.27 | 268.18 | 0.94 | 0.38 |
| Hex | 5B | 6 | BB | 33 | 61 | 0 | 1B | 10C | 5E | 26 |
| Octal | 133 | 6 | 273 | 63 | 141 | 0 | 33 | 414 | 136 | 46 |
| Binary | 1011011 | 110 | 10111011 | 110011 | 1100001 | 0 | 11011 | 100001100 | 1011110 | 100110 |
Color Harmonies of #5B06BB
Complementary color
Monochromatic Colors of #5B06BB
Black with #5B06BB
Text Example
Text Example
White with #5B06BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B06BB; }
p { color: rgb(91,6,187); }
H1.HeaderClassName
{
color: #5B06BB;
}
.AnyTagClassName
{
color: #5B06BB;
}
</style>
background-color css
<style>
a { background-color: #5B06BB; }
a { background-color: rgb(91,6,187); }
div.DivClassName
{
background-color: #5B06BB;
}
.BgClassName
{
background-color: #5B06BB;
}
</style>
border-color css
<style>
span { border-color: #5B06BB; }
span { border-color: rgb(91,6,187); }
td.TdClassName
{
border-color: #5B06BB;
}
.TagClassName
{
border-color: #5B06BB;
}
</style>