Shades of Purple Heart #5E1FD0
Tints of Purple Heart #5E1FD0
RGB
CMYK
RGB Variations
Color information
#5E1FD0 (or 0x5E1FD0) is known color: Purple Heart. HEX triplet: 5E, 1F and D0. RGB value is (94,31,208). Sum of RGB (Red+Green+Blue) = 94+31+208=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #5E1FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1FD0 is #A1E02F. Grayscale: #454545. Windows color (decimal): -10608688 or 13639518. OLE color: 13639518.
HSL color Cylindrical-coordinate representation of color #5E1FD0: hue angle of 261.36º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1FD0 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 31 | 208 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.18 |
| HSL | 261.36º | 0.74% | 0.47% | - |
| HSV(B) | 261.36º | 0.85% | 0.82% | - |
| XYZ | 16.49 | 7.91 | 60.33 | - |
| YUV | 70.02 | 205.87 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 31 | 208 | 0.55 | 0.85 | 0 | 0.18 | 261.36 | 0.74 | 0.47 |
| Hex | 5E | 1F | D0 | 37 | 55 | 0 | 12 | 105 | 4A | 2F |
| Octal | 136 | 37 | 320 | 67 | 125 | 0 | 22 | 405 | 112 | 57 |
| Binary | 1011110 | 11111 | 11010000 | 110111 | 1010101 | 0 | 10010 | 100000101 | 1001010 | 101111 |
Color Harmonies of #5E1FD0
Complementary color
Monochromatic Colors of #5E1FD0
Black with #5E1FD0
Text Example
Text Example
White with #5E1FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1FD0; }
p { color: rgb(94,31,208); }
H1.HeaderClassName
{
color: #5E1FD0;
}
.AnyTagClassName
{
color: #5E1FD0;
}
</style>
background-color css
<style>
a { background-color: #5E1FD0; }
a { background-color: rgb(94,31,208); }
div.DivClassName
{
background-color: #5E1FD0;
}
.BgClassName
{
background-color: #5E1FD0;
}
</style>
border-color css
<style>
span { border-color: #5E1FD0; }
span { border-color: rgb(94,31,208); }
td.TdClassName
{
border-color: #5E1FD0;
}
.TagClassName
{
border-color: #5E1FD0;
}
</style>