Shades of Purple Heart #6E2DDD
Tints of Purple Heart #6E2DDD
RGB
CMYK
RGB Variations
Color information
#6E2DDD (or 0x6E2DDD) is known color: Purple Heart. HEX triplet: 6E, 2D and DD. RGB value is (110,45,221). Sum of RGB (Red+Green+Blue) = 110+45+221=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E2DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2DDD is #91D222. Grayscale: #535353. Windows color (decimal): -9556515 or 14495086. OLE color: 14495086.
HSL color Cylindrical-coordinate representation of color #6E2DDD: hue angle of 262.16º degrees, saturation: 0.72, 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 #6E2DDD is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 45 | 221 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.13 |
| HSL | 262.16º | 0.72% | 0.52% | - |
| HSV(B) | 262.16º | 0.8% | 0.87% | - |
| XYZ | 20.42 | 10.41 | 69.34 | - |
| YUV | 84.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 221 | 0.50 | 0.80 | 0 | 0.13 | 262.16 | 0.72 | 0.52 |
| Hex | 6E | 2D | DD | 32 | 50 | 0 | D | 106 | 48 | 34 |
| Octal | 156 | 55 | 335 | 62 | 120 | 0 | 15 | 406 | 110 | 64 |
| Binary | 1101110 | 101101 | 11011101 | 110010 | 1010000 | 0 | 1101 | 100000110 | 1001000 | 110100 |
Color Harmonies of #6E2DDD
Complementary color
Monochromatic Colors of #6E2DDD
Black with #6E2DDD
Text Example
Text Example
White with #6E2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2DDD; }
p { color: rgb(110,45,221); }
H1.HeaderClassName
{
color: #6E2DDD;
}
.AnyTagClassName
{
color: #6E2DDD;
}
</style>
background-color css
<style>
a { background-color: #6E2DDD; }
a { background-color: rgb(110,45,221); }
div.DivClassName
{
background-color: #6E2DDD;
}
.BgClassName
{
background-color: #6E2DDD;
}
</style>
border-color css
<style>
span { border-color: #6E2DDD; }
span { border-color: rgb(110,45,221); }
td.TdClassName
{
border-color: #6E2DDD;
}
.TagClassName
{
border-color: #6E2DDD;
}
</style>