Shades of Purple Heart #5B2FBA
Tints of Purple Heart #5B2FBA
RGB
CMYK
RGB Variations
Color information
#5B2FBA (or 0x5B2FBA) is known color: Purple Heart. HEX triplet: 5B, 2F and BA. RGB value is (91,47,186). Sum of RGB (Red+Green+Blue) = 91+47+186=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2FBA is #A4D045. Grayscale: #4B4B4B. Windows color (decimal): -10801222 or 12201819. OLE color: 12201819.
HSL color Cylindrical-coordinate representation of color #5B2FBA: hue angle of 258.99º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B2FBA is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 47 | 186 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.27 |
| HSL | 258.99º | 0.6% | 0.46% | - |
| HSV(B) | 258.99º | 0.75% | 0.73% | - |
| XYZ | 14.19 | 7.8 | 47.21 | - |
| YUV | 76 | 190.08 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 186 | 0.51 | 0.75 | 0 | 0.27 | 258.99 | 0.6 | 0.46 |
| Hex | 5B | 2F | BA | 33 | 4B | 0 | 1B | 103 | 3C | 2E |
| Octal | 133 | 57 | 272 | 63 | 113 | 0 | 33 | 403 | 74 | 56 |
| Binary | 1011011 | 101111 | 10111010 | 110011 | 1001011 | 0 | 11011 | 100000011 | 111100 | 101110 |
Color Harmonies of #5B2FBA
Complementary color
Monochromatic Colors of #5B2FBA
Black with #5B2FBA
Text Example
Text Example
White with #5B2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2FBA; }
p { color: rgb(91,47,186); }
H1.HeaderClassName
{
color: #5B2FBA;
}
.AnyTagClassName
{
color: #5B2FBA;
}
</style>
background-color css
<style>
a { background-color: #5B2FBA; }
a { background-color: rgb(91,47,186); }
div.DivClassName
{
background-color: #5B2FBA;
}
.BgClassName
{
background-color: #5B2FBA;
}
</style>
border-color css
<style>
span { border-color: #5B2FBA; }
span { border-color: rgb(91,47,186); }
td.TdClassName
{
border-color: #5B2FBA;
}
.TagClassName
{
border-color: #5B2FBA;
}
</style>