Shades of Purple Heart #5B2FBC
Tints of Purple Heart #5B2FBC
RGB
CMYK
RGB Variations
Color information
#5B2FBC (or 0x5B2FBC) is known color: Purple Heart. HEX triplet: 5B, 2F and BC. RGB value is (91,47,188). Sum of RGB (Red+Green+Blue) = 91+47+188=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B2FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2FBC is #A4D043. Grayscale: #4B4B4B. Windows color (decimal): -10801220 or 12332891. OLE color: 12332891.
HSL color Cylindrical-coordinate representation of color #5B2FBC: hue angle of 258.72º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B2FBC is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 47 | 188 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.26 |
| HSL | 258.72º | 0.6% | 0.46% | - |
| HSV(B) | 258.72º | 0.75% | 0.74% | - |
| XYZ | 14.41 | 7.89 | 48.34 | - |
| YUV | 76.23 | 191.08 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 188 | 0.52 | 0.75 | 0 | 0.26 | 258.72 | 0.6 | 0.46 |
| Hex | 5B | 2F | BC | 34 | 4B | 0 | 1A | 103 | 3C | 2E |
| Octal | 133 | 57 | 274 | 64 | 113 | 0 | 32 | 403 | 74 | 56 |
| Binary | 1011011 | 101111 | 10111100 | 110100 | 1001011 | 0 | 11010 | 100000011 | 111100 | 101110 |
Color Harmonies of #5B2FBC
Complementary color
Monochromatic Colors of #5B2FBC
Black with #5B2FBC
Text Example
Text Example
White with #5B2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2FBC; }
p { color: rgb(91,47,188); }
H1.HeaderClassName
{
color: #5B2FBC;
}
.AnyTagClassName
{
color: #5B2FBC;
}
</style>
background-color css
<style>
a { background-color: #5B2FBC; }
a { background-color: rgb(91,47,188); }
div.DivClassName
{
background-color: #5B2FBC;
}
.BgClassName
{
background-color: #5B2FBC;
}
</style>
border-color css
<style>
span { border-color: #5B2FBC; }
span { border-color: rgb(91,47,188); }
td.TdClassName
{
border-color: #5B2FBC;
}
.TagClassName
{
border-color: #5B2FBC;
}
</style>