Shades of Purple Heart #6921DC
Tints of Purple Heart #6921DC
RGB
CMYK
RGB Variations
Color information
#6921DC (or 0x6921DC) is known color: Purple Heart. HEX triplet: 69, 21 and DC. RGB value is (105,33,220). Sum of RGB (Red+Green+Blue) = 105+33+220=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #6921DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6921DC is #96DE23. Grayscale: #4B4B4B. Windows color (decimal): -9887268 or 14426473. OLE color: 14426473.
HSL color Cylindrical-coordinate representation of color #6921DC: hue angle of 263.1º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6921DC is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 33 | 220 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.14 |
| HSL | 263.1º | 0.74% | 0.5% | - |
| HSV(B) | 263.1º | 0.85% | 0.86% | - |
| XYZ | 19.29 | 9.26 | 68.48 | - |
| YUV | 75.85 | 209.35 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 220 | 0.52 | 0.85 | 0 | 0.14 | 263.1 | 0.74 | 0.5 |
| Hex | 69 | 21 | DC | 34 | 55 | 0 | E | 107 | 4A | 32 |
| Octal | 151 | 41 | 334 | 64 | 125 | 0 | 16 | 407 | 112 | 62 |
| Binary | 1101001 | 100001 | 11011100 | 110100 | 1010101 | 0 | 1110 | 100000111 | 1001010 | 110010 |
Color Harmonies of #6921DC
Complementary color
Monochromatic Colors of #6921DC
Black with #6921DC
Text Example
Text Example
White with #6921DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6921DC; }
p { color: rgb(105,33,220); }
H1.HeaderClassName
{
color: #6921DC;
}
.AnyTagClassName
{
color: #6921DC;
}
</style>
background-color css
<style>
a { background-color: #6921DC; }
a { background-color: rgb(105,33,220); }
div.DivClassName
{
background-color: #6921DC;
}
.BgClassName
{
background-color: #6921DC;
}
</style>
border-color css
<style>
span { border-color: #6921DC; }
span { border-color: rgb(105,33,220); }
td.TdClassName
{
border-color: #6921DC;
}
.TagClassName
{
border-color: #6921DC;
}
</style>