Shades of Purple Heart #6829BA
Tints of Purple Heart #6829BA
RGB
CMYK
RGB Variations
Color information
#6829BA (or 0x6829BA) is known color: Purple Heart. HEX triplet: 68, 29 and BA. RGB value is (104,41,186). Sum of RGB (Red+Green+Blue) = 104+41+186=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #6829BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6829BA is #97D645. Grayscale: #4B4B4B. Windows color (decimal): -9950790 or 12200296. OLE color: 12200296.
HSL color Cylindrical-coordinate representation of color #6829BA: hue angle of 266.07º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6829BA is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 41 | 186 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.27 |
| HSL | 266.07º | 0.64% | 0.45% | - |
| HSV(B) | 266.07º | 0.78% | 0.73% | - |
| XYZ | 15.36 | 8.07 | 47.2 | - |
| YUV | 76.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 186 | 0.44 | 0.78 | 0 | 0.27 | 266.07 | 0.64 | 0.45 |
| Hex | 68 | 29 | BA | 2C | 4E | 0 | 1B | 10A | 40 | 2D |
| Octal | 150 | 51 | 272 | 54 | 116 | 0 | 33 | 412 | 100 | 55 |
| Binary | 1101000 | 101001 | 10111010 | 101100 | 1001110 | 0 | 11011 | 100001010 | 1000000 | 101101 |
Color Harmonies of #6829BA
Complementary color
Monochromatic Colors of #6829BA
Black with #6829BA
Text Example
Text Example
White with #6829BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6829BA; }
p { color: rgb(104,41,186); }
H1.HeaderClassName
{
color: #6829BA;
}
.AnyTagClassName
{
color: #6829BA;
}
</style>
background-color css
<style>
a { background-color: #6829BA; }
a { background-color: rgb(104,41,186); }
div.DivClassName
{
background-color: #6829BA;
}
.BgClassName
{
background-color: #6829BA;
}
</style>
border-color css
<style>
span { border-color: #6829BA; }
span { border-color: rgb(104,41,186); }
td.TdClassName
{
border-color: #6829BA;
}
.TagClassName
{
border-color: #6829BA;
}
</style>