Shades of Purple Heart #5E27DC
Tints of Purple Heart #5E27DC
RGB
CMYK
RGB Variations
Color information
#5E27DC (or 0x5E27DC) is known color: Purple Heart. HEX triplet: 5E, 27 and DC. RGB value is (94,39,220). Sum of RGB (Red+Green+Blue) = 94+39+220=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E27DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E27DC is #A1D823. Grayscale: #4B4B4B. Windows color (decimal): -10606628 or 14427998. OLE color: 14427998.
HSL color Cylindrical-coordinate representation of color #5E27DC: hue angle of 258.23º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E27DC is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 39 | 220 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.14 |
| HSL | 258.23º | 0.72% | 0.51% | - |
| HSV(B) | 258.23º | 0.82% | 0.86% | - |
| XYZ | 18.26 | 9 | 68.48 | - |
| YUV | 76.08 | 209.22 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 220 | 0.57 | 0.82 | 0 | 0.14 | 258.23 | 0.72 | 0.51 |
| Hex | 5E | 27 | DC | 39 | 52 | 0 | E | 102 | 48 | 33 |
| Octal | 136 | 47 | 334 | 71 | 122 | 0 | 16 | 402 | 110 | 63 |
| Binary | 1011110 | 100111 | 11011100 | 111001 | 1010010 | 0 | 1110 | 100000010 | 1001000 | 110011 |
Color Harmonies of #5E27DC
Complementary color
Monochromatic Colors of #5E27DC
Black with #5E27DC
Text Example
Text Example
White with #5E27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E27DC; }
p { color: rgb(94,39,220); }
H1.HeaderClassName
{
color: #5E27DC;
}
.AnyTagClassName
{
color: #5E27DC;
}
</style>
background-color css
<style>
a { background-color: #5E27DC; }
a { background-color: rgb(94,39,220); }
div.DivClassName
{
background-color: #5E27DC;
}
.BgClassName
{
background-color: #5E27DC;
}
</style>
border-color css
<style>
span { border-color: #5E27DC; }
span { border-color: rgb(94,39,220); }
td.TdClassName
{
border-color: #5E27DC;
}
.TagClassName
{
border-color: #5E27DC;
}
</style>