Shades of Purple Heart #6E3ED9
Tints of Purple Heart #6E3ED9
RGB
CMYK
RGB Variations
Color information
#6E3ED9 (or 0x6E3ED9) is known color: Purple Heart. HEX triplet: 6E, 3E and D9. RGB value is (110,62,217). Sum of RGB (Red+Green+Blue) = 110+62+217=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #6E3ED9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3ED9 is #91C126. Grayscale: #5D5D5D. Windows color (decimal): -9552167 or 14237294. OLE color: 14237294.
HSL color Cylindrical-coordinate representation of color #6E3ED9: hue angle of 258.58º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E3ED9 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 62 | 217 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.15 |
| HSL | 258.58º | 0.67% | 0.55% | - |
| HSV(B) | 258.58º | 0.71% | 0.85% | - |
| XYZ | 20.68 | 11.77 | 66.83 | - |
| YUV | 94.02 | 197.4 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 217 | 0.49 | 0.71 | 0 | 0.15 | 258.58 | 0.67 | 0.55 |
| Hex | 6E | 3E | D9 | 31 | 47 | 0 | F | 103 | 43 | 37 |
| Octal | 156 | 76 | 331 | 61 | 107 | 0 | 17 | 403 | 103 | 67 |
| Binary | 1101110 | 111110 | 11011001 | 110001 | 1000111 | 0 | 1111 | 100000011 | 1000011 | 110111 |
Color Harmonies of #6E3ED9
Complementary color
Monochromatic Colors of #6E3ED9
Black with #6E3ED9
Text Example
Text Example
White with #6E3ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3ED9; }
p { color: rgb(110,62,217); }
H1.HeaderClassName
{
color: #6E3ED9;
}
.AnyTagClassName
{
color: #6E3ED9;
}
</style>
background-color css
<style>
a { background-color: #6E3ED9; }
a { background-color: rgb(110,62,217); }
div.DivClassName
{
background-color: #6E3ED9;
}
.BgClassName
{
background-color: #6E3ED9;
}
</style>
border-color css
<style>
span { border-color: #6E3ED9; }
span { border-color: rgb(110,62,217); }
td.TdClassName
{
border-color: #6E3ED9;
}
.TagClassName
{
border-color: #6E3ED9;
}
</style>