Shades of Purple Heart #5B01BB
Tints of Purple Heart #5B01BB
RGB
CMYK
RGB Variations
Color information
#5B01BB (or 0x5B01BB) is known color: Purple Heart. HEX triplet: 5B, 01 and BB. RGB value is (91,1,187). Sum of RGB (Red+Green+Blue) = 91+1+187=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B01BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B01BB is #A4FE44. Grayscale: #303030. Windows color (decimal): -10812997 or 12255579. OLE color: 12255579.
HSL color Cylindrical-coordinate representation of color #5B01BB: hue angle of 269.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B01BB is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 1 | 187 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.27 |
| HSL | 269.03º | 0.99% | 0.37% | - |
| HSV(B) | 269.03º | 0.99% | 0.73% | - |
| XYZ | 13.29 | 5.83 | 47.44 | - |
| YUV | 49.11 | 205.82 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 187 | 0.51 | 0.99 | 0 | 0.27 | 269.03 | 0.99 | 0.37 |
| Hex | 5B | 1 | BB | 33 | 63 | 0 | 1B | 10D | 63 | 25 |
| Octal | 133 | 1 | 273 | 63 | 143 | 0 | 33 | 415 | 143 | 45 |
| Binary | 1011011 | 1 | 10111011 | 110011 | 1100011 | 0 | 11011 | 100001101 | 1100011 | 100101 |
Color Harmonies of #5B01BB
Complementary color
Monochromatic Colors of #5B01BB
Black with #5B01BB
Text Example
Text Example
White with #5B01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B01BB; }
p { color: rgb(91,1,187); }
H1.HeaderClassName
{
color: #5B01BB;
}
.AnyTagClassName
{
color: #5B01BB;
}
</style>
background-color css
<style>
a { background-color: #5B01BB; }
a { background-color: rgb(91,1,187); }
div.DivClassName
{
background-color: #5B01BB;
}
.BgClassName
{
background-color: #5B01BB;
}
</style>
border-color css
<style>
span { border-color: #5B01BB; }
span { border-color: rgb(91,1,187); }
td.TdClassName
{
border-color: #5B01BB;
}
.TagClassName
{
border-color: #5B01BB;
}
</style>