Shades of Purple Heart #5B01BC
Tints of Purple Heart #5B01BC
RGB
CMYK
RGB Variations
Color information
#5B01BC (or 0x5B01BC) is known color: Purple Heart. HEX triplet: 5B, 01 and BC. RGB value is (91,1,188). Sum of RGB (Red+Green+Blue) = 91+1+188=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B01BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B01BC is #A4FE43. Grayscale: #303030. Windows color (decimal): -10812996 or 12321115. OLE color: 12321115.
HSL color Cylindrical-coordinate representation of color #5B01BC: hue angle of 268.88º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B01BC is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 1 | 188 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.26 |
| HSL | 268.88º | 0.99% | 0.37% | - |
| HSV(B) | 268.88º | 0.99% | 0.74% | - |
| XYZ | 13.4 | 5.88 | 48 | - |
| YUV | 49.23 | 206.32 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 188 | 0.52 | 0.99 | 0 | 0.26 | 268.88 | 0.99 | 0.37 |
| Hex | 5B | 1 | BC | 34 | 63 | 0 | 1A | 10D | 63 | 25 |
| Octal | 133 | 1 | 274 | 64 | 143 | 0 | 32 | 415 | 143 | 45 |
| Binary | 1011011 | 1 | 10111100 | 110100 | 1100011 | 0 | 11010 | 100001101 | 1100011 | 100101 |
Color Harmonies of #5B01BC
Complementary color
Monochromatic Colors of #5B01BC
Black with #5B01BC
Text Example
Text Example
White with #5B01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B01BC; }
p { color: rgb(91,1,188); }
H1.HeaderClassName
{
color: #5B01BC;
}
.AnyTagClassName
{
color: #5B01BC;
}
</style>
background-color css
<style>
a { background-color: #5B01BC; }
a { background-color: rgb(91,1,188); }
div.DivClassName
{
background-color: #5B01BC;
}
.BgClassName
{
background-color: #5B01BC;
}
</style>
border-color css
<style>
span { border-color: #5B01BC; }
span { border-color: rgb(91,1,188); }
td.TdClassName
{
border-color: #5B01BC;
}
.TagClassName
{
border-color: #5B01BC;
}
</style>