Shades of Purple Heart #5B28BF
Tints of Purple Heart #5B28BF
RGB
CMYK
RGB Variations
Color information
#5B28BF (or 0x5B28BF) is known color: Purple Heart. HEX triplet: 5B, 28 and BF. RGB value is (91,40,191). Sum of RGB (Red+Green+Blue) = 91+40+191=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B28BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B28BF is #A4D740. Grayscale: #474747. Windows color (decimal): -10803009 or 12527707. OLE color: 12527707.
HSL color Cylindrical-coordinate representation of color #5B28BF: hue angle of 260.26º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B28BF is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 40 | 191 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.25 |
| HSL | 260.26º | 0.65% | 0.45% | - |
| HSV(B) | 260.26º | 0.79% | 0.75% | - |
| XYZ | 14.48 | 7.5 | 49.98 | - |
| YUV | 72.46 | 194.9 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 191 | 0.52 | 0.79 | 0 | 0.25 | 260.26 | 0.65 | 0.45 |
| Hex | 5B | 28 | BF | 34 | 4F | 0 | 19 | 104 | 41 | 2D |
| Octal | 133 | 50 | 277 | 64 | 117 | 0 | 31 | 404 | 101 | 55 |
| Binary | 1011011 | 101000 | 10111111 | 110100 | 1001111 | 0 | 11001 | 100000100 | 1000001 | 101101 |
Color Harmonies of #5B28BF
Complementary color
Monochromatic Colors of #5B28BF
Black with #5B28BF
Text Example
Text Example
White with #5B28BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B28BF; }
p { color: rgb(91,40,191); }
H1.HeaderClassName
{
color: #5B28BF;
}
.AnyTagClassName
{
color: #5B28BF;
}
</style>
background-color css
<style>
a { background-color: #5B28BF; }
a { background-color: rgb(91,40,191); }
div.DivClassName
{
background-color: #5B28BF;
}
.BgClassName
{
background-color: #5B28BF;
}
</style>
border-color css
<style>
span { border-color: #5B28BF; }
span { border-color: rgb(91,40,191); }
td.TdClassName
{
border-color: #5B28BF;
}
.TagClassName
{
border-color: #5B28BF;
}
</style>