Shades of Purple Heart #5B3BE0
Tints of Purple Heart #5B3BE0
RGB
CMYK
RGB Variations
Color information
#5B3BE0 (or 0x5B3BE0) is known color: Purple Heart. HEX triplet: 5B, 3B and E0. RGB value is (91,59,224). Sum of RGB (Red+Green+Blue) = 91+59+224=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #5B3BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3BE0 is #A4C41F. Grayscale: #565656. Windows color (decimal): -10798112 or 14695259. OLE color: 14695259.
HSL color Cylindrical-coordinate representation of color #5B3BE0: hue angle of 251.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B3BE0 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 59 | 224 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.12 |
| HSL | 251.64º | 0.73% | 0.55% | - |
| HSV(B) | 251.64º | 0.74% | 0.88% | - |
| XYZ | 19.33 | 10.73 | 71.57 | - |
| YUV | 87.38 | 205.1 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 224 | 0.59 | 0.74 | 0 | 0.12 | 251.64 | 0.73 | 0.55 |
| Hex | 5B | 3B | E0 | 3B | 4A | 0 | C | FC | 49 | 37 |
| Octal | 133 | 73 | 340 | 73 | 112 | 0 | 14 | 374 | 111 | 67 |
| Binary | 1011011 | 111011 | 11100000 | 111011 | 1001010 | 0 | 1100 | 11111100 | 1001001 | 110111 |
Color Harmonies of #5B3BE0
Complementary color
Monochromatic Colors of #5B3BE0
Black with #5B3BE0
Text Example
Text Example
White with #5B3BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3BE0; }
p { color: rgb(91,59,224); }
H1.HeaderClassName
{
color: #5B3BE0;
}
.AnyTagClassName
{
color: #5B3BE0;
}
</style>
background-color css
<style>
a { background-color: #5B3BE0; }
a { background-color: rgb(91,59,224); }
div.DivClassName
{
background-color: #5B3BE0;
}
.BgClassName
{
background-color: #5B3BE0;
}
</style>
border-color css
<style>
span { border-color: #5B3BE0; }
span { border-color: rgb(91,59,224); }
td.TdClassName
{
border-color: #5B3BE0;
}
.TagClassName
{
border-color: #5B3BE0;
}
</style>