Shades of Purple Heart #5B06BC
Tints of Purple Heart #5B06BC
RGB
CMYK
RGB Variations
Color information
#5B06BC (or 0x5B06BC) is known color: Purple Heart. HEX triplet: 5B, 06 and BC. RGB value is (91,6,188). Sum of RGB (Red+Green+Blue) = 91+6+188=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B06BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B06BC is #A4F943. Grayscale: #333333. Windows color (decimal): -10811716 or 12322395. OLE color: 12322395.
HSL color Cylindrical-coordinate representation of color #5B06BC: hue angle of 268.02º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B06BC is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 6 | 188 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.26 |
| HSL | 268.02º | 0.94% | 0.38% | - |
| HSV(B) | 268.02º | 0.97% | 0.74% | - |
| XYZ | 13.46 | 5.99 | 48.02 | - |
| YUV | 52.16 | 204.66 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 188 | 0.52 | 0.97 | 0 | 0.26 | 268.02 | 0.94 | 0.38 |
| Hex | 5B | 6 | BC | 34 | 61 | 0 | 1A | 10C | 5E | 26 |
| Octal | 133 | 6 | 274 | 64 | 141 | 0 | 32 | 414 | 136 | 46 |
| Binary | 1011011 | 110 | 10111100 | 110100 | 1100001 | 0 | 11010 | 100001100 | 1011110 | 100110 |
Color Harmonies of #5B06BC
Complementary color
Monochromatic Colors of #5B06BC
Black with #5B06BC
Text Example
Text Example
White with #5B06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B06BC; }
p { color: rgb(91,6,188); }
H1.HeaderClassName
{
color: #5B06BC;
}
.AnyTagClassName
{
color: #5B06BC;
}
</style>
background-color css
<style>
a { background-color: #5B06BC; }
a { background-color: rgb(91,6,188); }
div.DivClassName
{
background-color: #5B06BC;
}
.BgClassName
{
background-color: #5B06BC;
}
</style>
border-color css
<style>
span { border-color: #5B06BC; }
span { border-color: rgb(91,6,188); }
td.TdClassName
{
border-color: #5B06BC;
}
.TagClassName
{
border-color: #5B06BC;
}
</style>