Shades of Purple Heart #5E2CCE
Tints of Purple Heart #5E2CCE
RGB
CMYK
RGB Variations
Color information
#5E2CCE (or 0x5E2CCE) is known color: Purple Heart. HEX triplet: 5E, 2C and CE. RGB value is (94,44,206). Sum of RGB (Red+Green+Blue) = 94+44+206=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E2CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2CCE is #A1D331. Grayscale: #4C4C4C. Windows color (decimal): -10605362 or 13511774. OLE color: 13511774.
HSL color Cylindrical-coordinate representation of color #5E2CCE: hue angle of 258.52º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E2CCE is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 44 | 206 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.19 |
| HSL | 258.52º | 0.65% | 0.49% | - |
| HSV(B) | 258.52º | 0.79% | 0.81% | - |
| XYZ | 16.66 | 8.64 | 59.18 | - |
| YUV | 77.42 | 200.57 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 206 | 0.54 | 0.79 | 0 | 0.19 | 258.52 | 0.65 | 0.49 |
| Hex | 5E | 2C | CE | 36 | 4F | 0 | 13 | 103 | 41 | 31 |
| Octal | 136 | 54 | 316 | 66 | 117 | 0 | 23 | 403 | 101 | 61 |
| Binary | 1011110 | 101100 | 11001110 | 110110 | 1001111 | 0 | 10011 | 100000011 | 1000001 | 110001 |
Color Harmonies of #5E2CCE
Complementary color
Monochromatic Colors of #5E2CCE
Black with #5E2CCE
Text Example
Text Example
White with #5E2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2CCE; }
p { color: rgb(94,44,206); }
H1.HeaderClassName
{
color: #5E2CCE;
}
.AnyTagClassName
{
color: #5E2CCE;
}
</style>
background-color css
<style>
a { background-color: #5E2CCE; }
a { background-color: rgb(94,44,206); }
div.DivClassName
{
background-color: #5E2CCE;
}
.BgClassName
{
background-color: #5E2CCE;
}
</style>
border-color css
<style>
span { border-color: #5E2CCE; }
span { border-color: rgb(94,44,206); }
td.TdClassName
{
border-color: #5E2CCE;
}
.TagClassName
{
border-color: #5E2CCE;
}
</style>