Shades of Purple Heart #5B00BC
Tints of Purple Heart #5B00BC
RGB
CMYK
RGB Variations
Color information
#5B00BC (or 0x5B00BC) is known color: Purple Heart. HEX triplet: 5B, 00 and BC. RGB value is (91,0,188). Sum of RGB (Red+Green+Blue) = 91+0+188=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B00BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B00BC is #A4FF43. Grayscale: #2F2F2F. Windows color (decimal): -10813252 or 12320859. OLE color: 12320859.
HSL color Cylindrical-coordinate representation of color #5B00BC: hue angle of 269.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B00BC is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 0 | 188 | - |
| CMYK | 0.52 | 1 | 0 | 0.26 |
| HSL | 269.04º | 1% | 0.37% | - |
| HSV(B) | 269.04º | 1% | 0.74% | - |
| XYZ | 13.39 | 5.85 | 48 | - |
| YUV | 48.64 | 206.65 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 188 | 0.52 | 1 | 0 | 0.26 | 269.04 | 1 | 0.37 |
| Hex | 5B | 0 | BC | 34 | 64 | 0 | 1A | 10D | 64 | 25 |
| Octal | 133 | 0 | 274 | 64 | 144 | 0 | 32 | 415 | 144 | 45 |
| Binary | 1011011 | 0 | 10111100 | 110100 | 1100100 | 0 | 11010 | 100001101 | 1100100 | 100101 |
Color Harmonies of #5B00BC
Complementary color
Monochromatic Colors of #5B00BC
Black with #5B00BC
Text Example
Text Example
White with #5B00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B00BC; }
p { color: rgb(91,0,188); }
H1.HeaderClassName
{
color: #5B00BC;
}
.AnyTagClassName
{
color: #5B00BC;
}
</style>
background-color css
<style>
a { background-color: #5B00BC; }
a { background-color: rgb(91,0,188); }
div.DivClassName
{
background-color: #5B00BC;
}
.BgClassName
{
background-color: #5B00BC;
}
</style>
border-color css
<style>
span { border-color: #5B00BC; }
span { border-color: rgb(91,0,188); }
td.TdClassName
{
border-color: #5B00BC;
}
.TagClassName
{
border-color: #5B00BC;
}
</style>