Shades of Purple Heart #6E2DD7
Tints of Purple Heart #6E2DD7
RGB
CMYK
RGB Variations
Color information
#6E2DD7 (or 0x6E2DD7) is known color: Purple Heart. HEX triplet: 6E, 2D and D7. RGB value is (110,45,215). Sum of RGB (Red+Green+Blue) = 110+45+215=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #6E2DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2DD7 is #91D228. Grayscale: #535353. Windows color (decimal): -9556521 or 14101870. OLE color: 14101870.
HSL color Cylindrical-coordinate representation of color #6E2DD7: hue angle of 262.94º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E2DD7 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 45 | 215 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.16 |
| HSL | 262.94º | 0.68% | 0.51% | - |
| HSV(B) | 262.94º | 0.79% | 0.84% | - |
| XYZ | 19.63 | 10.1 | 65.2 | - |
| YUV | 83.82 | 202.03 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 215 | 0.49 | 0.79 | 0 | 0.16 | 262.94 | 0.68 | 0.51 |
| Hex | 6E | 2D | D7 | 31 | 4F | 0 | 10 | 107 | 44 | 33 |
| Octal | 156 | 55 | 327 | 61 | 117 | 0 | 20 | 407 | 104 | 63 |
| Binary | 1101110 | 101101 | 11010111 | 110001 | 1001111 | 0 | 10000 | 100000111 | 1000100 | 110011 |
Color Harmonies of #6E2DD7
Complementary color
Monochromatic Colors of #6E2DD7
Black with #6E2DD7
Text Example
Text Example
White with #6E2DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2DD7; }
p { color: rgb(110,45,215); }
H1.HeaderClassName
{
color: #6E2DD7;
}
.AnyTagClassName
{
color: #6E2DD7;
}
</style>
background-color css
<style>
a { background-color: #6E2DD7; }
a { background-color: rgb(110,45,215); }
div.DivClassName
{
background-color: #6E2DD7;
}
.BgClassName
{
background-color: #6E2DD7;
}
</style>
border-color css
<style>
span { border-color: #6E2DD7; }
span { border-color: rgb(110,45,215); }
td.TdClassName
{
border-color: #6E2DD7;
}
.TagClassName
{
border-color: #6E2DD7;
}
</style>