Shades of Purple Heart #5E34BB
Tints of Purple Heart #5E34BB
RGB
CMYK
RGB Variations
Color information
#5E34BB (or 0x5E34BB) is known color: Purple Heart. HEX triplet: 5E, 34 and BB. RGB value is (94,52,187). Sum of RGB (Red+Green+Blue) = 94+52+187=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E34BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E34BB is #A1CB44. Grayscale: #4F4F4F. Windows color (decimal): -10603333 or 12268638. OLE color: 12268638.
HSL color Cylindrical-coordinate representation of color #5E34BB: hue angle of 258.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E34BB is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 52 | 187 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.27 |
| HSL | 258.67º | 0.56% | 0.47% | - |
| HSV(B) | 258.67º | 0.72% | 0.73% | - |
| XYZ | 14.81 | 8.42 | 47.86 | - |
| YUV | 79.95 | 188.41 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 187 | 0.50 | 0.72 | 0 | 0.27 | 258.67 | 0.56 | 0.47 |
| Hex | 5E | 34 | BB | 32 | 48 | 0 | 1B | 103 | 38 | 2F |
| Octal | 136 | 64 | 273 | 62 | 110 | 0 | 33 | 403 | 70 | 57 |
| Binary | 1011110 | 110100 | 10111011 | 110010 | 1001000 | 0 | 11011 | 100000011 | 111000 | 101111 |
Color Harmonies of #5E34BB
Complementary color
Monochromatic Colors of #5E34BB
Black with #5E34BB
Text Example
Text Example
White with #5E34BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E34BB; }
p { color: rgb(94,52,187); }
H1.HeaderClassName
{
color: #5E34BB;
}
.AnyTagClassName
{
color: #5E34BB;
}
</style>
background-color css
<style>
a { background-color: #5E34BB; }
a { background-color: rgb(94,52,187); }
div.DivClassName
{
background-color: #5E34BB;
}
.BgClassName
{
background-color: #5E34BB;
}
</style>
border-color css
<style>
span { border-color: #5E34BB; }
span { border-color: rgb(94,52,187); }
td.TdClassName
{
border-color: #5E34BB;
}
.TagClassName
{
border-color: #5E34BB;
}
</style>