Shades of Purple Heart #5E3DD0
Tints of Purple Heart #5E3DD0
RGB
CMYK
RGB Variations
Color information
#5E3DD0 (or 0x5E3DD0) is known color: Purple Heart. HEX triplet: 5E, 3D and D0. RGB value is (94,61,208). Sum of RGB (Red+Green+Blue) = 94+61+208=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #5E3DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3DD0 is #A1C22F. Grayscale: #575757. Windows color (decimal): -10601008 or 13647198. OLE color: 13647198.
HSL color Cylindrical-coordinate representation of color #5E3DD0: hue angle of 253.47º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E3DD0 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 61 | 208 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.18 |
| HSL | 253.47º | 0.61% | 0.53% | - |
| HSV(B) | 253.47º | 0.71% | 0.82% | - |
| XYZ | 17.67 | 10.27 | 60.73 | - |
| YUV | 87.63 | 195.93 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 61 | 208 | 0.55 | 0.71 | 0 | 0.18 | 253.47 | 0.61 | 0.53 |
| Hex | 5E | 3D | D0 | 37 | 47 | 0 | 12 | FD | 3D | 35 |
| Octal | 136 | 75 | 320 | 67 | 107 | 0 | 22 | 375 | 75 | 65 |
| Binary | 1011110 | 111101 | 11010000 | 110111 | 1000111 | 0 | 10010 | 11111101 | 111101 | 110101 |
Color Harmonies of #5E3DD0
Complementary color
Monochromatic Colors of #5E3DD0
Black with #5E3DD0
Text Example
Text Example
White with #5E3DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3DD0; }
p { color: rgb(94,61,208); }
H1.HeaderClassName
{
color: #5E3DD0;
}
.AnyTagClassName
{
color: #5E3DD0;
}
</style>
background-color css
<style>
a { background-color: #5E3DD0; }
a { background-color: rgb(94,61,208); }
div.DivClassName
{
background-color: #5E3DD0;
}
.BgClassName
{
background-color: #5E3DD0;
}
</style>
border-color css
<style>
span { border-color: #5E3DD0; }
span { border-color: rgb(94,61,208); }
td.TdClassName
{
border-color: #5E3DD0;
}
.TagClassName
{
border-color: #5E3DD0;
}
</style>