Shades of Purple Heart #5B2ECE
Tints of Purple Heart #5B2ECE
RGB
CMYK
RGB Variations
Color information
#5B2ECE (or 0x5B2ECE) is known color: Purple Heart. HEX triplet: 5B, 2E and CE. RGB value is (91,46,206). Sum of RGB (Red+Green+Blue) = 91+46+206=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B2ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2ECE is #A4D131. Grayscale: #4D4D4D. Windows color (decimal): -10801458 or 13512283. OLE color: 13512283.
HSL color Cylindrical-coordinate representation of color #5B2ECE: hue angle of 256.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B2ECE is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 46 | 206 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.19 |
| HSL | 256.88º | 0.63% | 0.49% | - |
| HSV(B) | 256.88º | 0.78% | 0.81% | - |
| XYZ | 16.43 | 8.63 | 59.19 | - |
| YUV | 77.7 | 200.41 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 46 | 206 | 0.56 | 0.78 | 0 | 0.19 | 256.88 | 0.63 | 0.49 |
| Hex | 5B | 2E | CE | 38 | 4E | 0 | 13 | 101 | 3F | 31 |
| Octal | 133 | 56 | 316 | 70 | 116 | 0 | 23 | 401 | 77 | 61 |
| Binary | 1011011 | 101110 | 11001110 | 111000 | 1001110 | 0 | 10011 | 100000001 | 111111 | 110001 |
Color Harmonies of #5B2ECE
Complementary color
Monochromatic Colors of #5B2ECE
Black with #5B2ECE
Text Example
Text Example
White with #5B2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2ECE; }
p { color: rgb(91,46,206); }
H1.HeaderClassName
{
color: #5B2ECE;
}
.AnyTagClassName
{
color: #5B2ECE;
}
</style>
background-color css
<style>
a { background-color: #5B2ECE; }
a { background-color: rgb(91,46,206); }
div.DivClassName
{
background-color: #5B2ECE;
}
.BgClassName
{
background-color: #5B2ECE;
}
</style>
border-color css
<style>
span { border-color: #5B2ECE; }
span { border-color: rgb(91,46,206); }
td.TdClassName
{
border-color: #5B2ECE;
}
.TagClassName
{
border-color: #5B2ECE;
}
</style>