Shades of Purple Heart #6926DD
Tints of Purple Heart #6926DD
RGB
CMYK
RGB Variations
Color information
#6926DD (or 0x6926DD) is known color: Purple Heart. HEX triplet: 69, 26 and DD. RGB value is (105,38,221). Sum of RGB (Red+Green+Blue) = 105+38+221=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #6926DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6926DD is #96D922. Grayscale: #4E4E4E. Windows color (decimal): -9885987 or 14493289. OLE color: 14493289.
HSL color Cylindrical-coordinate representation of color #6926DD: hue angle of 261.97º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6926DD is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 38 | 221 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.13 |
| HSL | 261.97º | 0.73% | 0.51% | - |
| HSV(B) | 261.97º | 0.83% | 0.87% | - |
| XYZ | 19.57 | 9.61 | 69.23 | - |
| YUV | 78.9 | 208.2 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 221 | 0.52 | 0.83 | 0 | 0.13 | 261.97 | 0.73 | 0.51 |
| Hex | 69 | 26 | DD | 34 | 53 | 0 | D | 106 | 49 | 33 |
| Octal | 151 | 46 | 335 | 64 | 123 | 0 | 15 | 406 | 111 | 63 |
| Binary | 1101001 | 100110 | 11011101 | 110100 | 1010011 | 0 | 1101 | 100000110 | 1001001 | 110011 |
Color Harmonies of #6926DD
Complementary color
Monochromatic Colors of #6926DD
Black with #6926DD
Text Example
Text Example
White with #6926DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6926DD; }
p { color: rgb(105,38,221); }
H1.HeaderClassName
{
color: #6926DD;
}
.AnyTagClassName
{
color: #6926DD;
}
</style>
background-color css
<style>
a { background-color: #6926DD; }
a { background-color: rgb(105,38,221); }
div.DivClassName
{
background-color: #6926DD;
}
.BgClassName
{
background-color: #6926DD;
}
</style>
border-color css
<style>
span { border-color: #6926DD; }
span { border-color: rgb(105,38,221); }
td.TdClassName
{
border-color: #6926DD;
}
.TagClassName
{
border-color: #6926DD;
}
</style>