Shades of Purple Heart #6E1EC0
Tints of Purple Heart #6E1EC0
RGB
CMYK
RGB Variations
Color information
#6E1EC0 (or 0x6E1EC0) is known color: Purple Heart. HEX triplet: 6E, 1E and C0. RGB value is (110,30,192). Sum of RGB (Red+Green+Blue) = 110+30+192=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E1EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1EC0 is #91E13F. Grayscale: #474747. Windows color (decimal): -9560384 or 12590702. OLE color: 12590702.
HSL color Cylindrical-coordinate representation of color #6E1EC0: hue angle of 269.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1EC0 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 30 | 192 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.25 |
| HSL | 269.63º | 0.73% | 0.44% | - |
| HSV(B) | 269.63º | 0.84% | 0.75% | - |
| XYZ | 16.41 | 8.05 | 50.56 | - |
| YUV | 72.39 | 195.5 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 30 | 192 | 0.43 | 0.84 | 0 | 0.25 | 269.63 | 0.73 | 0.44 |
| Hex | 6E | 1E | C0 | 2B | 54 | 0 | 19 | 10E | 49 | 2C |
| Octal | 156 | 36 | 300 | 53 | 124 | 0 | 31 | 416 | 111 | 54 |
| Binary | 1101110 | 11110 | 11000000 | 101011 | 1010100 | 0 | 11001 | 100001110 | 1001001 | 101100 |
Color Harmonies of #6E1EC0
Complementary color
Monochromatic Colors of #6E1EC0
Black with #6E1EC0
Text Example
Text Example
White with #6E1EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1EC0; }
p { color: rgb(110,30,192); }
H1.HeaderClassName
{
color: #6E1EC0;
}
.AnyTagClassName
{
color: #6E1EC0;
}
</style>
background-color css
<style>
a { background-color: #6E1EC0; }
a { background-color: rgb(110,30,192); }
div.DivClassName
{
background-color: #6E1EC0;
}
.BgClassName
{
background-color: #6E1EC0;
}
</style>
border-color css
<style>
span { border-color: #6E1EC0; }
span { border-color: rgb(110,30,192); }
td.TdClassName
{
border-color: #6E1EC0;
}
.TagClassName
{
border-color: #6E1EC0;
}
</style>