Shades of Purple Heart #6820DE
Tints of Purple Heart #6820DE
RGB
CMYK
RGB Variations
Color information
#6820DE (or 0x6820DE) is known color: Purple Heart. HEX triplet: 68, 20 and DE. RGB value is (104,32,222). Sum of RGB (Red+Green+Blue) = 104+32+222=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #6820DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6820DE is #97DF21. Grayscale: #4A4A4A. Windows color (decimal): -9953058 or 14557288. OLE color: 14557288.
HSL color Cylindrical-coordinate representation of color #6820DE: hue angle of 262.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6820DE is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 32 | 222 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.13 |
| HSL | 262.74º | 0.75% | 0.5% | - |
| HSV(B) | 262.74º | 0.86% | 0.87% | - |
| XYZ | 19.41 | 9.25 | 69.87 | - |
| YUV | 75.19 | 210.85 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 222 | 0.53 | 0.86 | 0 | 0.13 | 262.74 | 0.75 | 0.5 |
| Hex | 68 | 20 | DE | 35 | 56 | 0 | D | 107 | 4B | 32 |
| Octal | 150 | 40 | 336 | 65 | 126 | 0 | 15 | 407 | 113 | 62 |
| Binary | 1101000 | 100000 | 11011110 | 110101 | 1010110 | 0 | 1101 | 100000111 | 1001011 | 110010 |
Color Harmonies of #6820DE
Complementary color
Monochromatic Colors of #6820DE
Black with #6820DE
Text Example
Text Example
White with #6820DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6820DE; }
p { color: rgb(104,32,222); }
H1.HeaderClassName
{
color: #6820DE;
}
.AnyTagClassName
{
color: #6820DE;
}
</style>
background-color css
<style>
a { background-color: #6820DE; }
a { background-color: rgb(104,32,222); }
div.DivClassName
{
background-color: #6820DE;
}
.BgClassName
{
background-color: #6820DE;
}
</style>
border-color css
<style>
span { border-color: #6820DE; }
span { border-color: rgb(104,32,222); }
td.TdClassName
{
border-color: #6820DE;
}
.TagClassName
{
border-color: #6820DE;
}
</style>