Shades of Purple Heart #5E2BC6
Tints of Purple Heart #5E2BC6
RGB
CMYK
RGB Variations
Color information
#5E2BC6 (or 0x5E2BC6) is known color: Purple Heart. HEX triplet: 5E, 2B and C6. RGB value is (94,43,198). Sum of RGB (Red+Green+Blue) = 94+43+198=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #5E2BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2BC6 is #A1D439. Grayscale: #4B4B4B. Windows color (decimal): -10605626 or 12987230. OLE color: 12987230.
HSL color Cylindrical-coordinate representation of color #5E2BC6: hue angle of 259.74º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2BC6 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 43 | 198 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.22 |
| HSL | 259.74º | 0.64% | 0.47% | - |
| HSV(B) | 259.74º | 0.78% | 0.78% | - |
| XYZ | 15.67 | 8.18 | 54.18 | - |
| YUV | 75.92 | 196.9 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 198 | 0.53 | 0.78 | 0 | 0.22 | 259.74 | 0.64 | 0.47 |
| Hex | 5E | 2B | C6 | 35 | 4E | 0 | 16 | 104 | 40 | 2F |
| Octal | 136 | 53 | 306 | 65 | 116 | 0 | 26 | 404 | 100 | 57 |
| Binary | 1011110 | 101011 | 11000110 | 110101 | 1001110 | 0 | 10110 | 100000100 | 1000000 | 101111 |
Color Harmonies of #5E2BC6
Complementary color
Monochromatic Colors of #5E2BC6
Black with #5E2BC6
Text Example
Text Example
White with #5E2BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BC6; }
p { color: rgb(94,43,198); }
H1.HeaderClassName
{
color: #5E2BC6;
}
.AnyTagClassName
{
color: #5E2BC6;
}
</style>
background-color css
<style>
a { background-color: #5E2BC6; }
a { background-color: rgb(94,43,198); }
div.DivClassName
{
background-color: #5E2BC6;
}
.BgClassName
{
background-color: #5E2BC6;
}
</style>
border-color css
<style>
span { border-color: #5E2BC6; }
span { border-color: rgb(94,43,198); }
td.TdClassName
{
border-color: #5E2BC6;
}
.TagClassName
{
border-color: #5E2BC6;
}
</style>