Shades of Purple Heart #5B3EBA
Tints of Purple Heart #5B3EBA
RGB
CMYK
RGB Variations
Color information
#5B3EBA (or 0x5B3EBA) is known color: Purple Heart. HEX triplet: 5B, 3E and BA. RGB value is (91,62,186). Sum of RGB (Red+Green+Blue) = 91+62+186=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3EBA is #A4C145. Grayscale: #545454. Windows color (decimal): -10797382 or 12205659. OLE color: 12205659.
HSL color Cylindrical-coordinate representation of color #5B3EBA: hue angle of 254.03º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B3EBA is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 62 | 186 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.27 |
| HSL | 254.03º | 0.5% | 0.49% | - |
| HSV(B) | 254.03º | 0.67% | 0.73% | - |
| XYZ | 14.9 | 9.21 | 47.45 | - |
| YUV | 84.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 62 | 186 | 0.51 | 0.67 | 0 | 0.27 | 254.03 | 0.5 | 0.49 |
| Hex | 5B | 3E | BA | 33 | 43 | 0 | 1B | FE | 32 | 31 |
| Octal | 133 | 76 | 272 | 63 | 103 | 0 | 33 | 376 | 62 | 61 |
| Binary | 1011011 | 111110 | 10111010 | 110011 | 1000011 | 0 | 11011 | 11111110 | 110010 | 110001 |
Color Harmonies of #5B3EBA
Complementary color
Monochromatic Colors of #5B3EBA
Black with #5B3EBA
Text Example
Text Example
White with #5B3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3EBA; }
p { color: rgb(91,62,186); }
H1.HeaderClassName
{
color: #5B3EBA;
}
.AnyTagClassName
{
color: #5B3EBA;
}
</style>
background-color css
<style>
a { background-color: #5B3EBA; }
a { background-color: rgb(91,62,186); }
div.DivClassName
{
background-color: #5B3EBA;
}
.BgClassName
{
background-color: #5B3EBA;
}
</style>
border-color css
<style>
span { border-color: #5B3EBA; }
span { border-color: rgb(91,62,186); }
td.TdClassName
{
border-color: #5B3EBA;
}
.TagClassName
{
border-color: #5B3EBA;
}
</style>