Shades of Purple Heart #6829DA
Tints of Purple Heart #6829DA
RGB
CMYK
RGB Variations
Color information
#6829DA (or 0x6829DA) is known color: Purple Heart. HEX triplet: 68, 29 and DA. RGB value is (104,41,218). Sum of RGB (Red+Green+Blue) = 104+41+218=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #6829DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6829DA is #97D625. Grayscale: #4F4F4F. Windows color (decimal): -9950758 or 14297448. OLE color: 14297448.
HSL color Cylindrical-coordinate representation of color #6829DA: hue angle of 261.36º 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 #6829DA is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 41 | 218 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.15 |
| HSL | 261.36º | 0.71% | 0.51% | - |
| HSV(B) | 261.36º | 0.81% | 0.85% | - |
| XYZ | 19.16 | 9.59 | 67.17 | - |
| YUV | 80.02 | 205.87 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 218 | 0.52 | 0.81 | 0 | 0.15 | 261.36 | 0.71 | 0.51 |
| Hex | 68 | 29 | DA | 34 | 51 | 0 | F | 105 | 47 | 33 |
| Octal | 150 | 51 | 332 | 64 | 121 | 0 | 17 | 405 | 107 | 63 |
| Binary | 1101000 | 101001 | 11011010 | 110100 | 1010001 | 0 | 1111 | 100000101 | 1000111 | 110011 |
Color Harmonies of #6829DA
Complementary color
Monochromatic Colors of #6829DA
Black with #6829DA
Text Example
Text Example
White with #6829DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6829DA; }
p { color: rgb(104,41,218); }
H1.HeaderClassName
{
color: #6829DA;
}
.AnyTagClassName
{
color: #6829DA;
}
</style>
background-color css
<style>
a { background-color: #6829DA; }
a { background-color: rgb(104,41,218); }
div.DivClassName
{
background-color: #6829DA;
}
.BgClassName
{
background-color: #6829DA;
}
</style>
border-color css
<style>
span { border-color: #6829DA; }
span { border-color: rgb(104,41,218); }
td.TdClassName
{
border-color: #6829DA;
}
.TagClassName
{
border-color: #6829DA;
}
</style>