Shades of Purple Heart #5B28BC
Tints of Purple Heart #5B28BC
RGB
CMYK
RGB Variations
Color information
#5B28BC (or 0x5B28BC) is known color: Purple Heart. HEX triplet: 5B, 28 and BC. RGB value is (91,40,188). Sum of RGB (Red+Green+Blue) = 91+40+188=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B28BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B28BC is #A4D743. Grayscale: #474747. Windows color (decimal): -10803012 or 12331099. OLE color: 12331099.
HSL color Cylindrical-coordinate representation of color #5B28BC: hue angle of 260.68º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B28BC is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 40 | 188 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.26 |
| HSL | 260.68º | 0.65% | 0.45% | - |
| HSV(B) | 260.68º | 0.79% | 0.74% | - |
| XYZ | 14.15 | 7.37 | 48.25 | - |
| YUV | 72.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 188 | 0.52 | 0.79 | 0 | 0.26 | 260.68 | 0.65 | 0.45 |
| Hex | 5B | 28 | BC | 34 | 4F | 0 | 1A | 105 | 41 | 2D |
| Octal | 133 | 50 | 274 | 64 | 117 | 0 | 32 | 405 | 101 | 55 |
| Binary | 1011011 | 101000 | 10111100 | 110100 | 1001111 | 0 | 11010 | 100000101 | 1000001 | 101101 |
Color Harmonies of #5B28BC
Complementary color
Monochromatic Colors of #5B28BC
Black with #5B28BC
Text Example
Text Example
White with #5B28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B28BC; }
p { color: rgb(91,40,188); }
H1.HeaderClassName
{
color: #5B28BC;
}
.AnyTagClassName
{
color: #5B28BC;
}
</style>
background-color css
<style>
a { background-color: #5B28BC; }
a { background-color: rgb(91,40,188); }
div.DivClassName
{
background-color: #5B28BC;
}
.BgClassName
{
background-color: #5B28BC;
}
</style>
border-color css
<style>
span { border-color: #5B28BC; }
span { border-color: rgb(91,40,188); }
td.TdClassName
{
border-color: #5B28BC;
}
.TagClassName
{
border-color: #5B28BC;
}
</style>