Shades of Purple Heart #5E2DDF
Tints of Purple Heart #5E2DDF
RGB
CMYK
RGB Variations
Color information
#5E2DDF (or 0x5E2DDF) is known color: Purple Heart. HEX triplet: 5E, 2D and DF. RGB value is (94,45,223). Sum of RGB (Red+Green+Blue) = 94+45+223=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E2DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2DDF is #A1D220. Grayscale: #4F4F4F. Windows color (decimal): -10605089 or 14626142. OLE color: 14626142.
HSL color Cylindrical-coordinate representation of color #5E2DDF: hue angle of 256.52º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E2DDF is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 45 | 223 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.13 |
| HSL | 256.52º | 0.74% | 0.53% | - |
| HSV(B) | 256.52º | 0.8% | 0.87% | - |
| XYZ | 18.87 | 9.58 | 70.67 | - |
| YUV | 79.94 | 208.73 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 45 | 223 | 0.58 | 0.80 | 0 | 0.13 | 256.52 | 0.74 | 0.53 |
| Hex | 5E | 2D | DF | 3A | 50 | 0 | D | 101 | 4A | 35 |
| Octal | 136 | 55 | 337 | 72 | 120 | 0 | 15 | 401 | 112 | 65 |
| Binary | 1011110 | 101101 | 11011111 | 111010 | 1010000 | 0 | 1101 | 100000001 | 1001010 | 110101 |
Color Harmonies of #5E2DDF
Complementary color
Monochromatic Colors of #5E2DDF
Black with #5E2DDF
Text Example
Text Example
White with #5E2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2DDF; }
p { color: rgb(94,45,223); }
H1.HeaderClassName
{
color: #5E2DDF;
}
.AnyTagClassName
{
color: #5E2DDF;
}
</style>
background-color css
<style>
a { background-color: #5E2DDF; }
a { background-color: rgb(94,45,223); }
div.DivClassName
{
background-color: #5E2DDF;
}
.BgClassName
{
background-color: #5E2DDF;
}
</style>
border-color css
<style>
span { border-color: #5E2DDF; }
span { border-color: rgb(94,45,223); }
td.TdClassName
{
border-color: #5E2DDF;
}
.TagClassName
{
border-color: #5E2DDF;
}
</style>