Shades of Purple Heart #5B1ABF
Tints of Purple Heart #5B1ABF
RGB
CMYK
RGB Variations
Color information
#5B1ABF (or 0x5B1ABF) is known color: Purple Heart. HEX triplet: 5B, 1A and BF. RGB value is (91,26,191). Sum of RGB (Red+Green+Blue) = 91+26+191=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B1ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1ABF is #A4E540. Grayscale: #3F3F3F. Windows color (decimal): -10806593 or 12524123. OLE color: 12524123.
HSL color Cylindrical-coordinate representation of color #5B1ABF: hue angle of 263.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1ABF is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 26 | 191 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.25 |
| HSL | 263.64º | 0.76% | 0.43% | - |
| HSV(B) | 263.64º | 0.86% | 0.75% | - |
| XYZ | 14.09 | 6.72 | 49.85 | - |
| YUV | 64.25 | 199.53 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 191 | 0.52 | 0.86 | 0 | 0.25 | 263.64 | 0.76 | 0.43 |
| Hex | 5B | 1A | BF | 34 | 56 | 0 | 19 | 108 | 4C | 2B |
| Octal | 133 | 32 | 277 | 64 | 126 | 0 | 31 | 410 | 114 | 53 |
| Binary | 1011011 | 11010 | 10111111 | 110100 | 1010110 | 0 | 11001 | 100001000 | 1001100 | 101011 |
Color Harmonies of #5B1ABF
Complementary color
Monochromatic Colors of #5B1ABF
Black with #5B1ABF
Text Example
Text Example
White with #5B1ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1ABF; }
p { color: rgb(91,26,191); }
H1.HeaderClassName
{
color: #5B1ABF;
}
.AnyTagClassName
{
color: #5B1ABF;
}
</style>
background-color css
<style>
a { background-color: #5B1ABF; }
a { background-color: rgb(91,26,191); }
div.DivClassName
{
background-color: #5B1ABF;
}
.BgClassName
{
background-color: #5B1ABF;
}
</style>
border-color css
<style>
span { border-color: #5B1ABF; }
span { border-color: rgb(91,26,191); }
td.TdClassName
{
border-color: #5B1ABF;
}
.TagClassName
{
border-color: #5B1ABF;
}
</style>