Shades of Purple Heart #5E2CDC
Tints of Purple Heart #5E2CDC
RGB
CMYK
RGB Variations
Color information
#5E2CDC (or 0x5E2CDC) is known color: Purple Heart. HEX triplet: 5E, 2C and DC. RGB value is (94,44,220). Sum of RGB (Red+Green+Blue) = 94+44+220=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E2CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2CDC is #A1D323. Grayscale: #4E4E4E. Windows color (decimal): -10605348 or 14429278. OLE color: 14429278.
HSL color Cylindrical-coordinate representation of color #5E2CDC: hue angle of 257.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E2CDC is Cyan = 0.57, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 94 | 44 | 220 | - |
CMYK | 0.57 | 0.8 | 0 | 0.14 |
HSL | 257.05º | 0.72% | 0.52% | - |
HSV(B) | 257.05º | 0.8% | 0.86% | - |
XYZ | 18.44 | 9.35 | 68.54 | - |
YUV | 79.01 | 207.57 | 138.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 44 | 220 | 0.57 | 0.8 | 0 | 0.14 | 257.05 | 0.72 | 0.52 |
Hex | 5E | 2C | DC | 39 | 50 | 0 | E | 101 | 48 | 34 |
Octal | 136 | 54 | 334 | 71 | 120 | 0 | 16 | 401 | 110 | 64 |
Binary | 1011110 | 101100 | 11011100 | 111001 | 1010000 | 0 | 1110 | 100000001 | 1001000 | 110100 |
Color Harmonies of #5E2CDC
Complementary color
Monochromatic Colors of #5E2CDC
Black with #5E2CDC
Text Example
Text Example
White with #5E2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2CDC; }
p { color: rgb(94,44,220); }
H1.HeaderClassName
{
color: #5E2CDC;
}
.AnyTagClassName
{
color: #5E2CDC;
}
</style>
background-color css
<style>
a { background-color: #5E2CDC; }
a { background-color: rgb(94,44,220); }
div.DivClassName
{
background-color: #5E2CDC;
}
.BgClassName
{
background-color: #5E2CDC;
}
</style>
border-color css
<style>
span { border-color: #5E2CDC; }
span { border-color: rgb(94,44,220); }
td.TdClassName
{
border-color: #5E2CDC;
}
.TagClassName
{
border-color: #5E2CDC;
}
</style>