Shades of Purple Heart #6E0ECF
Tints of Purple Heart #6E0ECF
RGB
CMYK
RGB Variations
Color information
#6E0ECF (or 0x6E0ECF) is known color: Purple Heart. HEX triplet: 6E, 0E and CF. RGB value is (110,14,207). Sum of RGB (Red+Green+Blue) = 110+14+207=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E0ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0ECF is #91F130. Grayscale: #404040. Windows color (decimal): -9564465 or 13569646. OLE color: 13569646.
HSL color Cylindrical-coordinate representation of color #6E0ECF: hue angle of 269.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0ECF is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 14 | 207 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.19 |
| HSL | 269.84º | 0.87% | 0.43% | - |
| HSV(B) | 269.84º | 0.93% | 0.81% | - |
| XYZ | 17.85 | 8.13 | 59.66 | - |
| YUV | 64.71 | 208.3 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 14 | 207 | 0.47 | 0.93 | 0 | 0.19 | 269.84 | 0.87 | 0.43 |
| Hex | 6E | E | CF | 2F | 5D | 0 | 13 | 10E | 57 | 2B |
| Octal | 156 | 16 | 317 | 57 | 135 | 0 | 23 | 416 | 127 | 53 |
| Binary | 1101110 | 1110 | 11001111 | 101111 | 1011101 | 0 | 10011 | 100001110 | 1010111 | 101011 |
Color Harmonies of #6E0ECF
Complementary color
Monochromatic Colors of #6E0ECF
Black with #6E0ECF
Text Example
Text Example
White with #6E0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0ECF; }
p { color: rgb(110,14,207); }
H1.HeaderClassName
{
color: #6E0ECF;
}
.AnyTagClassName
{
color: #6E0ECF;
}
</style>
background-color css
<style>
a { background-color: #6E0ECF; }
a { background-color: rgb(110,14,207); }
div.DivClassName
{
background-color: #6E0ECF;
}
.BgClassName
{
background-color: #6E0ECF;
}
</style>
border-color css
<style>
span { border-color: #6E0ECF; }
span { border-color: rgb(110,14,207); }
td.TdClassName
{
border-color: #6E0ECF;
}
.TagClassName
{
border-color: #6E0ECF;
}
</style>