Shades of Purple Heart #6822DE
Tints of Purple Heart #6822DE
RGB
CMYK
RGB Variations
Color information
#6822DE (or 0x6822DE) is known color: Purple Heart. HEX triplet: 68, 22 and DE. RGB value is (104,34,222). Sum of RGB (Red+Green+Blue) = 104+34+222=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #6822DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6822DE is #97DD21. Grayscale: #4B4B4B. Windows color (decimal): -9952546 or 14557800. OLE color: 14557800.
HSL color Cylindrical-coordinate representation of color #6822DE: hue angle of 262.34º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6822DE is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 34 | 222 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.13 |
| HSL | 262.34º | 0.74% | 0.5% | - |
| HSV(B) | 262.34º | 0.85% | 0.87% | - |
| XYZ | 19.47 | 9.36 | 69.89 | - |
| YUV | 76.36 | 210.19 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 222 | 0.53 | 0.85 | 0 | 0.13 | 262.34 | 0.74 | 0.5 |
| Hex | 68 | 22 | DE | 35 | 55 | 0 | D | 106 | 4A | 32 |
| Octal | 150 | 42 | 336 | 65 | 125 | 0 | 15 | 406 | 112 | 62 |
| Binary | 1101000 | 100010 | 11011110 | 110101 | 1010101 | 0 | 1101 | 100000110 | 1001010 | 110010 |
Color Harmonies of #6822DE
Complementary color
Monochromatic Colors of #6822DE
Black with #6822DE
Text Example
Text Example
White with #6822DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6822DE; }
p { color: rgb(104,34,222); }
H1.HeaderClassName
{
color: #6822DE;
}
.AnyTagClassName
{
color: #6822DE;
}
</style>
background-color css
<style>
a { background-color: #6822DE; }
a { background-color: rgb(104,34,222); }
div.DivClassName
{
background-color: #6822DE;
}
.BgClassName
{
background-color: #6822DE;
}
</style>
border-color css
<style>
span { border-color: #6822DE; }
span { border-color: rgb(104,34,222); }
td.TdClassName
{
border-color: #6822DE;
}
.TagClassName
{
border-color: #6822DE;
}
</style>