Shades of Purple Heart #6822D5
Tints of Purple Heart #6822D5
RGB
CMYK
RGB Variations
Color information
#6822D5 (or 0x6822D5) is known color: Purple Heart. HEX triplet: 68, 22 and D5. RGB value is (104,34,213). Sum of RGB (Red+Green+Blue) = 104+34+213=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 213 (83.59% from 255 or 60.68% from 351); Max value from RGB is 213 - color contains mainly: blue. Hex color #6822D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6822D5 is #97DD2A. Grayscale: #4A4A4A. Windows color (decimal): -9952555 or 13967976. OLE color: 13967976.
HSL color Cylindrical-coordinate representation of color #6822D5: hue angle of 263.46º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6822D5 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 34 | 213 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.16 |
| HSL | 263.46º | 0.72% | 0.48% | - |
| HSV(B) | 263.46º | 0.84% | 0.84% | - |
| XYZ | 18.29 | 8.89 | 63.7 | - |
| YUV | 75.34 | 205.69 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 213 | 0.51 | 0.84 | 0 | 0.16 | 263.46 | 0.72 | 0.48 |
| Hex | 68 | 22 | D5 | 33 | 54 | 0 | 10 | 107 | 48 | 30 |
| Octal | 150 | 42 | 325 | 63 | 124 | 0 | 20 | 407 | 110 | 60 |
| Binary | 1101000 | 100010 | 11010101 | 110011 | 1010100 | 0 | 10000 | 100000111 | 1001000 | 110000 |
Color Harmonies of #6822D5
Complementary color
Monochromatic Colors of #6822D5
Black with #6822D5
Text Example
Text Example
White with #6822D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6822D5; }
p { color: rgb(104,34,213); }
H1.HeaderClassName
{
color: #6822D5;
}
.AnyTagClassName
{
color: #6822D5;
}
</style>
background-color css
<style>
a { background-color: #6822D5; }
a { background-color: rgb(104,34,213); }
div.DivClassName
{
background-color: #6822D5;
}
.BgClassName
{
background-color: #6822D5;
}
</style>
border-color css
<style>
span { border-color: #6822D5; }
span { border-color: rgb(104,34,213); }
td.TdClassName
{
border-color: #6822D5;
}
.TagClassName
{
border-color: #6822D5;
}
</style>