Shades of Purple Heart #6829DF
Tints of Purple Heart #6829DF
RGB
CMYK
RGB Variations
Color information
#6829DF (or 0x6829DF) is known color: Purple Heart. HEX triplet: 68, 29 and DF. RGB value is (104,41,223). Sum of RGB (Red+Green+Blue) = 104+41+223=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #6829DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6829DF is #97D620. Grayscale: #4F4F4F. Windows color (decimal): -9950753 or 14625128. OLE color: 14625128.
HSL color Cylindrical-coordinate representation of color #6829DF: hue angle of 260.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6829DF is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 41 | 223 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.13 |
| HSL | 260.77º | 0.74% | 0.52% | - |
| HSV(B) | 260.77º | 0.82% | 0.87% | - |
| XYZ | 19.82 | 9.86 | 70.67 | - |
| YUV | 80.59 | 208.37 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 223 | 0.53 | 0.82 | 0 | 0.13 | 260.77 | 0.74 | 0.52 |
| Hex | 68 | 29 | DF | 35 | 52 | 0 | D | 105 | 4A | 34 |
| Octal | 150 | 51 | 337 | 65 | 122 | 0 | 15 | 405 | 112 | 64 |
| Binary | 1101000 | 101001 | 11011111 | 110101 | 1010010 | 0 | 1101 | 100000101 | 1001010 | 110100 |
Color Harmonies of #6829DF
Complementary color
Monochromatic Colors of #6829DF
Black with #6829DF
Text Example
Text Example
White with #6829DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6829DF; }
p { color: rgb(104,41,223); }
H1.HeaderClassName
{
color: #6829DF;
}
.AnyTagClassName
{
color: #6829DF;
}
</style>
background-color css
<style>
a { background-color: #6829DF; }
a { background-color: rgb(104,41,223); }
div.DivClassName
{
background-color: #6829DF;
}
.BgClassName
{
background-color: #6829DF;
}
</style>
border-color css
<style>
span { border-color: #6829DF; }
span { border-color: rgb(104,41,223); }
td.TdClassName
{
border-color: #6829DF;
}
.TagClassName
{
border-color: #6829DF;
}
</style>