Shades of Purple Heart #5B41BA
Tints of Purple Heart #5B41BA
RGB
CMYK
RGB Variations
Color information
#5B41BA (or 0x5B41BA) is known color: Purple Heart. HEX triplet: 5B, 41 and BA. RGB value is (91,65,186). Sum of RGB (Red+Green+Blue) = 91+65+186=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B41BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B41BA is #A4BE45. Grayscale: #565656. Windows color (decimal): -10796614 or 12206427. OLE color: 12206427.
HSL color Cylindrical-coordinate representation of color #5B41BA: hue angle of 252.89º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B41BA is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 65 | 186 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.27 |
| HSL | 252.89º | 0.48% | 0.49% | - |
| HSV(B) | 252.89º | 0.65% | 0.73% | - |
| XYZ | 15.07 | 9.55 | 47.5 | - |
| YUV | 86.57 | 184.11 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 186 | 0.51 | 0.65 | 0 | 0.27 | 252.89 | 0.48 | 0.49 |
| Hex | 5B | 41 | BA | 33 | 41 | 0 | 1B | FD | 30 | 31 |
| Octal | 133 | 101 | 272 | 63 | 101 | 0 | 33 | 375 | 60 | 61 |
| Binary | 1011011 | 1000001 | 10111010 | 110011 | 1000001 | 0 | 11011 | 11111101 | 110000 | 110001 |
Color Harmonies of #5B41BA
Complementary color
Monochromatic Colors of #5B41BA
Black with #5B41BA
Text Example
Text Example
White with #5B41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B41BA; }
p { color: rgb(91,65,186); }
H1.HeaderClassName
{
color: #5B41BA;
}
.AnyTagClassName
{
color: #5B41BA;
}
</style>
background-color css
<style>
a { background-color: #5B41BA; }
a { background-color: rgb(91,65,186); }
div.DivClassName
{
background-color: #5B41BA;
}
.BgClassName
{
background-color: #5B41BA;
}
</style>
border-color css
<style>
span { border-color: #5B41BA; }
span { border-color: rgb(91,65,186); }
td.TdClassName
{
border-color: #5B41BA;
}
.TagClassName
{
border-color: #5B41BA;
}
</style>