Shades of Purple Heart #5B10BA
Tints of Purple Heart #5B10BA
RGB
CMYK
RGB Variations
Color information
#5B10BA (or 0x5B10BA) is known color: Purple Heart. HEX triplet: 5B, 10 and BA. RGB value is (91,16,186). Sum of RGB (Red+Green+Blue) = 91+16+186=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B10BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B10BA is #A4EF45. Grayscale: #393939. Windows color (decimal): -10809158 or 12193883. OLE color: 12193883.
HSL color Cylindrical-coordinate representation of color #5B10BA: hue angle of 266.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B10BA is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 16 | 186 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.27 |
| HSL | 266.47º | 0.84% | 0.4% | - |
| HSV(B) | 266.47º | 0.91% | 0.73% | - |
| XYZ | 13.36 | 6.14 | 46.94 | - |
| YUV | 57.81 | 200.35 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 186 | 0.51 | 0.91 | 0 | 0.27 | 266.47 | 0.84 | 0.4 |
| Hex | 5B | 10 | BA | 33 | 5B | 0 | 1B | 10A | 54 | 28 |
| Octal | 133 | 20 | 272 | 63 | 133 | 0 | 33 | 412 | 124 | 50 |
| Binary | 1011011 | 10000 | 10111010 | 110011 | 1011011 | 0 | 11011 | 100001010 | 1010100 | 101000 |
Color Harmonies of #5B10BA
Complementary color
Monochromatic Colors of #5B10BA
Black with #5B10BA
Text Example
Text Example
White with #5B10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B10BA; }
p { color: rgb(91,16,186); }
H1.HeaderClassName
{
color: #5B10BA;
}
.AnyTagClassName
{
color: #5B10BA;
}
</style>
background-color css
<style>
a { background-color: #5B10BA; }
a { background-color: rgb(91,16,186); }
div.DivClassName
{
background-color: #5B10BA;
}
.BgClassName
{
background-color: #5B10BA;
}
</style>
border-color css
<style>
span { border-color: #5B10BA; }
span { border-color: rgb(91,16,186); }
td.TdClassName
{
border-color: #5B10BA;
}
.TagClassName
{
border-color: #5B10BA;
}
</style>