Shades of Purple Heart #5E3EBB
Tints of Purple Heart #5E3EBB
RGB
CMYK
RGB Variations
Color information
#5E3EBB (or 0x5E3EBB) is known color: Purple Heart. HEX triplet: 5E, 3E and BB. RGB value is (94,62,187). Sum of RGB (Red+Green+Blue) = 94+62+187=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E3EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3EBB is #A1C144. Grayscale: #555555. Windows color (decimal): -10600773 or 12271198. OLE color: 12271198.
HSL color Cylindrical-coordinate representation of color #5E3EBB: hue angle of 255.36º 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 #5E3EBB is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 62 | 187 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.27 |
| HSL | 255.36º | 0.5% | 0.49% | - |
| HSV(B) | 255.36º | 0.67% | 0.73% | - |
| XYZ | 15.31 | 9.41 | 48.02 | - |
| YUV | 85.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 62 | 187 | 0.50 | 0.67 | 0 | 0.27 | 255.36 | 0.5 | 0.49 |
| Hex | 5E | 3E | BB | 32 | 43 | 0 | 1B | FF | 32 | 31 |
| Octal | 136 | 76 | 273 | 62 | 103 | 0 | 33 | 377 | 62 | 61 |
| Binary | 1011110 | 111110 | 10111011 | 110010 | 1000011 | 0 | 11011 | 11111111 | 110010 | 110001 |
Color Harmonies of #5E3EBB
Complementary color
Monochromatic Colors of #5E3EBB
Black with #5E3EBB
Text Example
Text Example
White with #5E3EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3EBB; }
p { color: rgb(94,62,187); }
H1.HeaderClassName
{
color: #5E3EBB;
}
.AnyTagClassName
{
color: #5E3EBB;
}
</style>
background-color css
<style>
a { background-color: #5E3EBB; }
a { background-color: rgb(94,62,187); }
div.DivClassName
{
background-color: #5E3EBB;
}
.BgClassName
{
background-color: #5E3EBB;
}
</style>
border-color css
<style>
span { border-color: #5E3EBB; }
span { border-color: rgb(94,62,187); }
td.TdClassName
{
border-color: #5E3EBB;
}
.TagClassName
{
border-color: #5E3EBB;
}
</style>