Shades of Purple Heart #6D2ECE
Tints of Purple Heart #6D2ECE
RGB
CMYK
RGB Variations
Color information
#6D2ECE (or 0x6D2ECE) is known color: Purple Heart. HEX triplet: 6D, 2E and CE. RGB value is (109,46,206). Sum of RGB (Red+Green+Blue) = 109+46+206=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D2ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2ECE is #92D131. Grayscale: #525252. Windows color (decimal): -9621810 or 13512301. OLE color: 13512301.
HSL color Cylindrical-coordinate representation of color #6D2ECE: hue angle of 263.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D2ECE is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 46 | 206 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.19 |
| HSL | 263.63º | 0.63% | 0.49% | - |
| HSV(B) | 263.63º | 0.78% | 0.81% | - |
| XYZ | 18.42 | 9.66 | 59.29 | - |
| YUV | 83.08 | 197.37 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 206 | 0.47 | 0.78 | 0 | 0.19 | 263.63 | 0.63 | 0.49 |
| Hex | 6D | 2E | CE | 2F | 4E | 0 | 13 | 108 | 3F | 31 |
| Octal | 155 | 56 | 316 | 57 | 116 | 0 | 23 | 410 | 77 | 61 |
| Binary | 1101101 | 101110 | 11001110 | 101111 | 1001110 | 0 | 10011 | 100001000 | 111111 | 110001 |
Color Harmonies of #6D2ECE
Complementary color
Monochromatic Colors of #6D2ECE
Black with #6D2ECE
Text Example
Text Example
White with #6D2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2ECE; }
p { color: rgb(109,46,206); }
H1.HeaderClassName
{
color: #6D2ECE;
}
.AnyTagClassName
{
color: #6D2ECE;
}
</style>
background-color css
<style>
a { background-color: #6D2ECE; }
a { background-color: rgb(109,46,206); }
div.DivClassName
{
background-color: #6D2ECE;
}
.BgClassName
{
background-color: #6D2ECE;
}
</style>
border-color css
<style>
span { border-color: #6D2ECE; }
span { border-color: rgb(109,46,206); }
td.TdClassName
{
border-color: #6D2ECE;
}
.TagClassName
{
border-color: #6D2ECE;
}
</style>