Shades of Purple Heart #6820DF
Tints of Purple Heart #6820DF
RGB
CMYK
RGB Variations
Color information
#6820DF (or 0x6820DF) is known color: Purple Heart. HEX triplet: 68, 20 and DF. RGB value is (104,32,223). Sum of RGB (Red+Green+Blue) = 104+32+223=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #6820DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6820DF is #97DF20. Grayscale: #4A4A4A. Windows color (decimal): -9953057 or 14622824. OLE color: 14622824.
HSL color Cylindrical-coordinate representation of color #6820DF: hue angle of 262.62º 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 #6820DF is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 32 | 223 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.13 |
| HSL | 262.62º | 0.75% | 0.5% | - |
| HSV(B) | 262.62º | 0.86% | 0.87% | - |
| XYZ | 19.54 | 9.3 | 70.58 | - |
| YUV | 75.3 | 211.35 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 223 | 0.53 | 0.86 | 0 | 0.13 | 262.62 | 0.75 | 0.5 |
| Hex | 68 | 20 | DF | 35 | 56 | 0 | D | 107 | 4B | 32 |
| Octal | 150 | 40 | 337 | 65 | 126 | 0 | 15 | 407 | 113 | 62 |
| Binary | 1101000 | 100000 | 11011111 | 110101 | 1010110 | 0 | 1101 | 100000111 | 1001011 | 110010 |
Color Harmonies of #6820DF
Complementary color
Monochromatic Colors of #6820DF
Black with #6820DF
Text Example
Text Example
White with #6820DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6820DF; }
p { color: rgb(104,32,223); }
H1.HeaderClassName
{
color: #6820DF;
}
.AnyTagClassName
{
color: #6820DF;
}
</style>
background-color css
<style>
a { background-color: #6820DF; }
a { background-color: rgb(104,32,223); }
div.DivClassName
{
background-color: #6820DF;
}
.BgClassName
{
background-color: #6820DF;
}
</style>
border-color css
<style>
span { border-color: #6820DF; }
span { border-color: rgb(104,32,223); }
td.TdClassName
{
border-color: #6820DF;
}
.TagClassName
{
border-color: #6820DF;
}
</style>