Shades of Purple Heart #6834BA
Tints of Purple Heart #6834BA
RGB
CMYK
RGB Variations
Color information
#6834BA (or 0x6834BA) is known color: Purple Heart. HEX triplet: 68, 34 and BA. RGB value is (104,52,186). Sum of RGB (Red+Green+Blue) = 104+52+186=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #6834BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6834BA is #97CB45. Grayscale: #525252. Windows color (decimal): -9947974 or 12203112. OLE color: 12203112.
HSL color Cylindrical-coordinate representation of color #6834BA: hue angle of 263.28º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6834BA is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 52 | 186 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.27 |
| HSL | 263.28º | 0.56% | 0.47% | - |
| HSV(B) | 263.28º | 0.72% | 0.73% | - |
| XYZ | 15.8 | 8.94 | 47.35 | - |
| YUV | 82.82 | 186.23 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 186 | 0.44 | 0.72 | 0 | 0.27 | 263.28 | 0.56 | 0.47 |
| Hex | 68 | 34 | BA | 2C | 48 | 0 | 1B | 107 | 38 | 2F |
| Octal | 150 | 64 | 272 | 54 | 110 | 0 | 33 | 407 | 70 | 57 |
| Binary | 1101000 | 110100 | 10111010 | 101100 | 1001000 | 0 | 11011 | 100000111 | 111000 | 101111 |
Color Harmonies of #6834BA
Complementary color
Monochromatic Colors of #6834BA
Black with #6834BA
Text Example
Text Example
White with #6834BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6834BA; }
p { color: rgb(104,52,186); }
H1.HeaderClassName
{
color: #6834BA;
}
.AnyTagClassName
{
color: #6834BA;
}
</style>
background-color css
<style>
a { background-color: #6834BA; }
a { background-color: rgb(104,52,186); }
div.DivClassName
{
background-color: #6834BA;
}
.BgClassName
{
background-color: #6834BA;
}
</style>
border-color css
<style>
span { border-color: #6834BA; }
span { border-color: rgb(104,52,186); }
td.TdClassName
{
border-color: #6834BA;
}
.TagClassName
{
border-color: #6834BA;
}
</style>