Shades of Purple Heart #5B1CBF
Tints of Purple Heart #5B1CBF
RGB
CMYK
RGB Variations
Color information
#5B1CBF (or 0x5B1CBF) is known color: Purple Heart. HEX triplet: 5B, 1C and BF. RGB value is (91,28,191). Sum of RGB (Red+Green+Blue) = 91+28+191=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B1CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1CBF is #A4E340. Grayscale: #404040. Windows color (decimal): -10806081 or 12524635. OLE color: 12524635.
HSL color Cylindrical-coordinate representation of color #5B1CBF: hue angle of 263.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B1CBF is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 28 | 191 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.25 |
| HSL | 263.19º | 0.74% | 0.43% | - |
| HSV(B) | 263.19º | 0.85% | 0.75% | - |
| XYZ | 14.13 | 6.82 | 49.86 | - |
| YUV | 65.42 | 198.87 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 191 | 0.52 | 0.85 | 0 | 0.25 | 263.19 | 0.74 | 0.43 |
| Hex | 5B | 1C | BF | 34 | 55 | 0 | 19 | 107 | 4A | 2B |
| Octal | 133 | 34 | 277 | 64 | 125 | 0 | 31 | 407 | 112 | 53 |
| Binary | 1011011 | 11100 | 10111111 | 110100 | 1010101 | 0 | 11001 | 100000111 | 1001010 | 101011 |
Color Harmonies of #5B1CBF
Complementary color
Monochromatic Colors of #5B1CBF
Black with #5B1CBF
Text Example
Text Example
White with #5B1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1CBF; }
p { color: rgb(91,28,191); }
H1.HeaderClassName
{
color: #5B1CBF;
}
.AnyTagClassName
{
color: #5B1CBF;
}
</style>
background-color css
<style>
a { background-color: #5B1CBF; }
a { background-color: rgb(91,28,191); }
div.DivClassName
{
background-color: #5B1CBF;
}
.BgClassName
{
background-color: #5B1CBF;
}
</style>
border-color css
<style>
span { border-color: #5B1CBF; }
span { border-color: rgb(91,28,191); }
td.TdClassName
{
border-color: #5B1CBF;
}
.TagClassName
{
border-color: #5B1CBF;
}
</style>