Shades of Purple Heart #6929DA
Tints of Purple Heart #6929DA
RGB
CMYK
RGB Variations
Color information
#6929DA (or 0x6929DA) is known color: Purple Heart. HEX triplet: 69, 29 and DA. RGB value is (105,41,218). Sum of RGB (Red+Green+Blue) = 105+41+218=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #6929DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6929DA is #96D625. Grayscale: #4F4F4F. Windows color (decimal): -9885222 or 14297449. OLE color: 14297449.
HSL color Cylindrical-coordinate representation of color #6929DA: hue angle of 261.69º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6929DA is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 41 | 218 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.15 |
| HSL | 261.69º | 0.71% | 0.51% | - |
| HSV(B) | 261.69º | 0.81% | 0.85% | - |
| XYZ | 19.27 | 9.65 | 67.18 | - |
| YUV | 80.31 | 205.7 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 41 | 218 | 0.52 | 0.81 | 0 | 0.15 | 261.69 | 0.71 | 0.51 |
| Hex | 69 | 29 | DA | 34 | 51 | 0 | F | 106 | 47 | 33 |
| Octal | 151 | 51 | 332 | 64 | 121 | 0 | 17 | 406 | 107 | 63 |
| Binary | 1101001 | 101001 | 11011010 | 110100 | 1010001 | 0 | 1111 | 100000110 | 1000111 | 110011 |
Color Harmonies of #6929DA
Complementary color
Monochromatic Colors of #6929DA
Black with #6929DA
Text Example
Text Example
White with #6929DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6929DA; }
p { color: rgb(105,41,218); }
H1.HeaderClassName
{
color: #6929DA;
}
.AnyTagClassName
{
color: #6929DA;
}
</style>
background-color css
<style>
a { background-color: #6929DA; }
a { background-color: rgb(105,41,218); }
div.DivClassName
{
background-color: #6929DA;
}
.BgClassName
{
background-color: #6929DA;
}
</style>
border-color css
<style>
span { border-color: #6929DA; }
span { border-color: rgb(105,41,218); }
td.TdClassName
{
border-color: #6929DA;
}
.TagClassName
{
border-color: #6929DA;
}
</style>