Shades of Purple Heart #5B00BD
Tints of Purple Heart #5B00BD
RGB
CMYK
RGB Variations
Color information
#5B00BD (or 0x5B00BD) is known color: Purple Heart. HEX triplet: 5B, 00 and BD. RGB value is (91,0,189). Sum of RGB (Red+Green+Blue) = 91+0+189=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B00BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B00BD is #A4FF42. Grayscale: #303030. Windows color (decimal): -10813251 or 12386395. OLE color: 12386395.
HSL color Cylindrical-coordinate representation of color #5B00BD: hue angle of 268.89º 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 #5B00BD is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 0 | 189 | - |
| CMYK | 0.52 | 1 | 0 | 0.26 |
| HSL | 268.89º | 1% | 0.37% | - |
| HSV(B) | 268.89º | 1% | 0.74% | - |
| XYZ | 13.5 | 5.9 | 48.57 | - |
| YUV | 48.76 | 207.15 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 189 | 0.52 | 1 | 0 | 0.26 | 268.89 | 1 | 0.37 |
| Hex | 5B | 0 | BD | 34 | 64 | 0 | 1A | 10D | 64 | 25 |
| Octal | 133 | 0 | 275 | 64 | 144 | 0 | 32 | 415 | 144 | 45 |
| Binary | 1011011 | 0 | 10111101 | 110100 | 1100100 | 0 | 11010 | 100001101 | 1100100 | 100101 |
Color Harmonies of #5B00BD
Complementary color
Monochromatic Colors of #5B00BD
Black with #5B00BD
Text Example
Text Example
White with #5B00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B00BD; }
p { color: rgb(91,0,189); }
H1.HeaderClassName
{
color: #5B00BD;
}
.AnyTagClassName
{
color: #5B00BD;
}
</style>
background-color css
<style>
a { background-color: #5B00BD; }
a { background-color: rgb(91,0,189); }
div.DivClassName
{
background-color: #5B00BD;
}
.BgClassName
{
background-color: #5B00BD;
}
</style>
border-color css
<style>
span { border-color: #5B00BD; }
span { border-color: rgb(91,0,189); }
td.TdClassName
{
border-color: #5B00BD;
}
.TagClassName
{
border-color: #5B00BD;
}
</style>