Shades of Purple Heart #6922DF
Tints of Purple Heart #6922DF
RGB
CMYK
RGB Variations
Color information
#6922DF (or 0x6922DF) is known color: Purple Heart. HEX triplet: 69, 22 and DF. RGB value is (105,34,223). Sum of RGB (Red+Green+Blue) = 105+34+223=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #6922DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6922DF is #96DD20. Grayscale: #4C4C4C. Windows color (decimal): -9887009 or 14623337. OLE color: 14623337.
HSL color Cylindrical-coordinate representation of color #6922DF: hue angle of 262.54º degrees, saturation: 0.75, 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 #6922DF is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 34 | 223 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.13 |
| HSL | 262.54º | 0.75% | 0.5% | - |
| HSV(B) | 262.54º | 0.85% | 0.87% | - |
| XYZ | 19.72 | 9.48 | 70.6 | - |
| YUV | 76.78 | 210.52 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 34 | 223 | 0.53 | 0.85 | 0 | 0.13 | 262.54 | 0.75 | 0.5 |
| Hex | 69 | 22 | DF | 35 | 55 | 0 | D | 107 | 4B | 32 |
| Octal | 151 | 42 | 337 | 65 | 125 | 0 | 15 | 407 | 113 | 62 |
| Binary | 1101001 | 100010 | 11011111 | 110101 | 1010101 | 0 | 1101 | 100000111 | 1001011 | 110010 |
Color Harmonies of #6922DF
Complementary color
Monochromatic Colors of #6922DF
Black with #6922DF
Text Example
Text Example
White with #6922DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6922DF; }
p { color: rgb(105,34,223); }
H1.HeaderClassName
{
color: #6922DF;
}
.AnyTagClassName
{
color: #6922DF;
}
</style>
background-color css
<style>
a { background-color: #6922DF; }
a { background-color: rgb(105,34,223); }
div.DivClassName
{
background-color: #6922DF;
}
.BgClassName
{
background-color: #6922DF;
}
</style>
border-color css
<style>
span { border-color: #6922DF; }
span { border-color: rgb(105,34,223); }
td.TdClassName
{
border-color: #6922DF;
}
.TagClassName
{
border-color: #6922DF;
}
</style>