Shades of Purple Heart #6821DE
Tints of Purple Heart #6821DE
RGB
CMYK
RGB Variations
Color information
#6821DE (or 0x6821DE) is known color: Purple Heart. HEX triplet: 68, 21 and DE. RGB value is (104,33,222). Sum of RGB (Red+Green+Blue) = 104+33+222=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #6821DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6821DE is #97DE21. Grayscale: #4B4B4B. Windows color (decimal): -9952802 or 14557544. OLE color: 14557544.
HSL color Cylindrical-coordinate representation of color #6821DE: hue angle of 262.54º 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 #6821DE is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 33 | 222 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.13 |
| HSL | 262.54º | 0.74% | 0.5% | - |
| HSV(B) | 262.54º | 0.85% | 0.87% | - |
| XYZ | 19.44 | 9.3 | 69.88 | - |
| YUV | 75.78 | 210.52 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 222 | 0.53 | 0.85 | 0 | 0.13 | 262.54 | 0.74 | 0.5 |
| Hex | 68 | 21 | DE | 35 | 55 | 0 | D | 107 | 4A | 32 |
| Octal | 150 | 41 | 336 | 65 | 125 | 0 | 15 | 407 | 112 | 62 |
| Binary | 1101000 | 100001 | 11011110 | 110101 | 1010101 | 0 | 1101 | 100000111 | 1001010 | 110010 |
Color Harmonies of #6821DE
Complementary color
Monochromatic Colors of #6821DE
Black with #6821DE
Text Example
Text Example
White with #6821DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6821DE; }
p { color: rgb(104,33,222); }
H1.HeaderClassName
{
color: #6821DE;
}
.AnyTagClassName
{
color: #6821DE;
}
</style>
background-color css
<style>
a { background-color: #6821DE; }
a { background-color: rgb(104,33,222); }
div.DivClassName
{
background-color: #6821DE;
}
.BgClassName
{
background-color: #6821DE;
}
</style>
border-color css
<style>
span { border-color: #6821DE; }
span { border-color: rgb(104,33,222); }
td.TdClassName
{
border-color: #6821DE;
}
.TagClassName
{
border-color: #6821DE;
}
</style>