Shades of Purple Heart #6E3CDE
Tints of Purple Heart #6E3CDE
RGB
CMYK
RGB Variations
Color information
#6E3CDE (or 0x6E3CDE) is known color: Purple Heart. HEX triplet: 6E, 3C and DE. RGB value is (110,60,222). Sum of RGB (Red+Green+Blue) = 110+60+222=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E3CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CDE is #91C321. Grayscale: #5C5C5C. Windows color (decimal): -9552674 or 14564462. OLE color: 14564462.
HSL color Cylindrical-coordinate representation of color #6E3CDE: hue angle of 258.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E3CDE is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 60 | 222 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.13 |
| HSL | 258.52º | 0.71% | 0.55% | - |
| HSV(B) | 258.52º | 0.73% | 0.87% | - |
| XYZ | 21.23 | 11.82 | 70.27 | - |
| YUV | 93.42 | 200.57 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 222 | 0.50 | 0.73 | 0 | 0.13 | 258.52 | 0.71 | 0.55 |
| Hex | 6E | 3C | DE | 32 | 49 | 0 | D | 103 | 47 | 37 |
| Octal | 156 | 74 | 336 | 62 | 111 | 0 | 15 | 403 | 107 | 67 |
| Binary | 1101110 | 111100 | 11011110 | 110010 | 1001001 | 0 | 1101 | 100000011 | 1000111 | 110111 |
Color Harmonies of #6E3CDE
Complementary color
Monochromatic Colors of #6E3CDE
Black with #6E3CDE
Text Example
Text Example
White with #6E3CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3CDE; }
p { color: rgb(110,60,222); }
H1.HeaderClassName
{
color: #6E3CDE;
}
.AnyTagClassName
{
color: #6E3CDE;
}
</style>
background-color css
<style>
a { background-color: #6E3CDE; }
a { background-color: rgb(110,60,222); }
div.DivClassName
{
background-color: #6E3CDE;
}
.BgClassName
{
background-color: #6E3CDE;
}
</style>
border-color css
<style>
span { border-color: #6E3CDE; }
span { border-color: rgb(110,60,222); }
td.TdClassName
{
border-color: #6E3CDE;
}
.TagClassName
{
border-color: #6E3CDE;
}
</style>