Shades of Purple Heart #6922DD
Tints of Purple Heart #6922DD
RGB
CMYK
RGB Variations
Color information
#6922DD (or 0x6922DD) is known color: Purple Heart. HEX triplet: 69, 22 and DD. RGB value is (105,34,221). Sum of RGB (Red+Green+Blue) = 105+34+221=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #6922DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6922DD is #96DD22. Grayscale: #4B4B4B. Windows color (decimal): -9887011 or 14492265. OLE color: 14492265.
HSL color Cylindrical-coordinate representation of color #6922DD: hue angle of 262.78º degrees, saturation: 0.73, 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 #6922DD is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 34 | 221 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.13 |
| HSL | 262.78º | 0.73% | 0.5% | - |
| HSV(B) | 262.78º | 0.85% | 0.87% | - |
| XYZ | 19.45 | 9.37 | 69.19 | - |
| YUV | 76.55 | 209.52 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 34 | 221 | 0.52 | 0.85 | 0 | 0.13 | 262.78 | 0.73 | 0.5 |
| Hex | 69 | 22 | DD | 34 | 55 | 0 | D | 107 | 49 | 32 |
| Octal | 151 | 42 | 335 | 64 | 125 | 0 | 15 | 407 | 111 | 62 |
| Binary | 1101001 | 100010 | 11011101 | 110100 | 1010101 | 0 | 1101 | 100000111 | 1001001 | 110010 |
Color Harmonies of #6922DD
Complementary color
Monochromatic Colors of #6922DD
Black with #6922DD
Text Example
Text Example
White with #6922DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6922DD; }
p { color: rgb(105,34,221); }
H1.HeaderClassName
{
color: #6922DD;
}
.AnyTagClassName
{
color: #6922DD;
}
</style>
background-color css
<style>
a { background-color: #6922DD; }
a { background-color: rgb(105,34,221); }
div.DivClassName
{
background-color: #6922DD;
}
.BgClassName
{
background-color: #6922DD;
}
</style>
border-color css
<style>
span { border-color: #6922DD; }
span { border-color: rgb(105,34,221); }
td.TdClassName
{
border-color: #6922DD;
}
.TagClassName
{
border-color: #6922DD;
}
</style>