Shades of Purple Heart #6E21DC
Tints of Purple Heart #6E21DC
RGB
CMYK
RGB Variations
Color information
#6E21DC (or 0x6E21DC) is known color: Purple Heart. HEX triplet: 6E, 21 and DC. RGB value is (110,33,220). Sum of RGB (Red+Green+Blue) = 110+33+220=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E21DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E21DC is #91DE23. Grayscale: #4C4C4C. Windows color (decimal): -9559588 or 14426478. OLE color: 14426478.
HSL color Cylindrical-coordinate representation of color #6E21DC: hue angle of 264.71º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E21DC is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 33 | 220 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.14 |
| HSL | 264.71º | 0.74% | 0.5% | - |
| HSV(B) | 264.71º | 0.85% | 0.86% | - |
| XYZ | 19.89 | 9.57 | 68.51 | - |
| YUV | 77.34 | 208.51 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 220 | 0.50 | 0.85 | 0 | 0.14 | 264.71 | 0.74 | 0.5 |
| Hex | 6E | 21 | DC | 32 | 55 | 0 | E | 109 | 4A | 32 |
| Octal | 156 | 41 | 334 | 62 | 125 | 0 | 16 | 411 | 112 | 62 |
| Binary | 1101110 | 100001 | 11011100 | 110010 | 1010101 | 0 | 1110 | 100001001 | 1001010 | 110010 |
Color Harmonies of #6E21DC
Complementary color
Monochromatic Colors of #6E21DC
Black with #6E21DC
Text Example
Text Example
White with #6E21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E21DC; }
p { color: rgb(110,33,220); }
H1.HeaderClassName
{
color: #6E21DC;
}
.AnyTagClassName
{
color: #6E21DC;
}
</style>
background-color css
<style>
a { background-color: #6E21DC; }
a { background-color: rgb(110,33,220); }
div.DivClassName
{
background-color: #6E21DC;
}
.BgClassName
{
background-color: #6E21DC;
}
</style>
border-color css
<style>
span { border-color: #6E21DC; }
span { border-color: rgb(110,33,220); }
td.TdClassName
{
border-color: #6E21DC;
}
.TagClassName
{
border-color: #6E21DC;
}
</style>