Shades of Purple Heart #6829AB
Tints of Purple Heart #6829AB
RGB
CMYK
RGB Variations
Color information
#6829AB (or 0x6829AB) is known color: Purple Heart. HEX triplet: 68, 29 and AB. RGB value is (104,41,171). Sum of RGB (Red+Green+Blue) = 104+41+171=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #6829AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6829AB is #97D654. Grayscale: #4A4A4A. Windows color (decimal): -9950805 or 11217256. OLE color: 11217256.
HSL color Cylindrical-coordinate representation of color #6829AB: hue angle of 269.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6829AB is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 41 | 171 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.33 |
| HSL | 269.08º | 0.61% | 0.42% | - |
| HSV(B) | 269.08º | 0.76% | 0.67% | - |
| XYZ | 13.85 | 7.47 | 39.24 | - |
| YUV | 74.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 171 | 0.39 | 0.76 | 0 | 0.33 | 269.08 | 0.61 | 0.42 |
| Hex | 68 | 29 | AB | 27 | 4C | 0 | 21 | 10D | 3D | 2A |
| Octal | 150 | 51 | 253 | 47 | 114 | 0 | 41 | 415 | 75 | 52 |
| Binary | 1101000 | 101001 | 10101011 | 100111 | 1001100 | 0 | 100001 | 100001101 | 111101 | 101010 |
Color Harmonies of #6829AB
Complementary color
Monochromatic Colors of #6829AB
Black with #6829AB
Text Example
Text Example
White with #6829AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6829AB; }
p { color: rgb(104,41,171); }
H1.HeaderClassName
{
color: #6829AB;
}
.AnyTagClassName
{
color: #6829AB;
}
</style>
background-color css
<style>
a { background-color: #6829AB; }
a { background-color: rgb(104,41,171); }
div.DivClassName
{
background-color: #6829AB;
}
.BgClassName
{
background-color: #6829AB;
}
</style>
border-color css
<style>
span { border-color: #6829AB; }
span { border-color: rgb(104,41,171); }
td.TdClassName
{
border-color: #6829AB;
}
.TagClassName
{
border-color: #6829AB;
}
</style>