Shades of Purple Heart #6E2CDE
Tints of Purple Heart #6E2CDE
RGB
CMYK
RGB Variations
Color information
#6E2CDE (or 0x6E2CDE) is known color: Purple Heart. HEX triplet: 6E, 2C and DE. RGB value is (110,44,222). Sum of RGB (Red+Green+Blue) = 110+44+222=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E2CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2CDE is #91D321. Grayscale: #535353. Windows color (decimal): -9556770 or 14560366. OLE color: 14560366.
HSL color Cylindrical-coordinate representation of color #6E2CDE: hue angle of 262.25º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E2CDE is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 44 | 222 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.13 |
| HSL | 262.25º | 0.73% | 0.52% | - |
| HSV(B) | 262.25º | 0.8% | 0.87% | - |
| XYZ | 20.52 | 10.39 | 70.03 | - |
| YUV | 84.03 | 205.87 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 44 | 222 | 0.50 | 0.80 | 0 | 0.13 | 262.25 | 0.73 | 0.52 |
| Hex | 6E | 2C | DE | 32 | 50 | 0 | D | 106 | 49 | 34 |
| Octal | 156 | 54 | 336 | 62 | 120 | 0 | 15 | 406 | 111 | 64 |
| Binary | 1101110 | 101100 | 11011110 | 110010 | 1010000 | 0 | 1101 | 100000110 | 1001001 | 110100 |
Color Harmonies of #6E2CDE
Complementary color
Monochromatic Colors of #6E2CDE
Black with #6E2CDE
Text Example
Text Example
White with #6E2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2CDE; }
p { color: rgb(110,44,222); }
H1.HeaderClassName
{
color: #6E2CDE;
}
.AnyTagClassName
{
color: #6E2CDE;
}
</style>
background-color css
<style>
a { background-color: #6E2CDE; }
a { background-color: rgb(110,44,222); }
div.DivClassName
{
background-color: #6E2CDE;
}
.BgClassName
{
background-color: #6E2CDE;
}
</style>
border-color css
<style>
span { border-color: #6E2CDE; }
span { border-color: rgb(110,44,222); }
td.TdClassName
{
border-color: #6E2CDE;
}
.TagClassName
{
border-color: #6E2CDE;
}
</style>