Shades of Purple Heart #6921DE
Tints of Purple Heart #6921DE
RGB
CMYK
RGB Variations
Color information
#6921DE (or 0x6921DE) is known color: Purple Heart. HEX triplet: 69, 21 and DE. RGB value is (105,33,222). Sum of RGB (Red+Green+Blue) = 105+33+222=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 33 (13.28% from 255 or 9.17% 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 #6921DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6921DE is #96DE21. Grayscale: #4B4B4B. Windows color (decimal): -9887266 or 14557545. OLE color: 14557545.
HSL color Cylindrical-coordinate representation of color #6921DE: hue angle of 262.86º 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 #6921DE is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 33 | 222 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.13 |
| HSL | 262.86º | 0.74% | 0.5% | - |
| HSV(B) | 262.86º | 0.85% | 0.87% | - |
| XYZ | 19.55 | 9.36 | 69.88 | - |
| YUV | 76.07 | 210.35 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 222 | 0.53 | 0.85 | 0 | 0.13 | 262.86 | 0.74 | 0.5 |
| Hex | 69 | 21 | DE | 35 | 55 | 0 | D | 107 | 4A | 32 |
| Octal | 151 | 41 | 336 | 65 | 125 | 0 | 15 | 407 | 112 | 62 |
| Binary | 1101001 | 100001 | 11011110 | 110101 | 1010101 | 0 | 1101 | 100000111 | 1001010 | 110010 |
Color Harmonies of #6921DE
Complementary color
Monochromatic Colors of #6921DE
Black with #6921DE
Text Example
Text Example
White with #6921DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6921DE; }
p { color: rgb(105,33,222); }
H1.HeaderClassName
{
color: #6921DE;
}
.AnyTagClassName
{
color: #6921DE;
}
</style>
background-color css
<style>
a { background-color: #6921DE; }
a { background-color: rgb(105,33,222); }
div.DivClassName
{
background-color: #6921DE;
}
.BgClassName
{
background-color: #6921DE;
}
</style>
border-color css
<style>
span { border-color: #6921DE; }
span { border-color: rgb(105,33,222); }
td.TdClassName
{
border-color: #6921DE;
}
.TagClassName
{
border-color: #6921DE;
}
</style>