Shades of Purple Heart #6831BA
Tints of Purple Heart #6831BA
RGB
CMYK
RGB Variations
Color information
#6831BA (or 0x6831BA) is known color: Purple Heart. HEX triplet: 68, 31 and BA. RGB value is (104,49,186). Sum of RGB (Red+Green+Blue) = 104+49+186=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #6831BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6831BA is #97CE45. Grayscale: #505050. Windows color (decimal): -9948742 or 12202344. OLE color: 12202344.
HSL color Cylindrical-coordinate representation of color #6831BA: hue angle of 264.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6831BA is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 49 | 186 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.27 |
| HSL | 264.09º | 0.58% | 0.46% | - |
| HSV(B) | 264.09º | 0.74% | 0.73% | - |
| XYZ | 15.67 | 8.68 | 47.3 | - |
| YUV | 81.06 | 187.22 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 186 | 0.44 | 0.74 | 0 | 0.27 | 264.09 | 0.58 | 0.46 |
| Hex | 68 | 31 | BA | 2C | 4A | 0 | 1B | 108 | 3A | 2E |
| Octal | 150 | 61 | 272 | 54 | 112 | 0 | 33 | 410 | 72 | 56 |
| Binary | 1101000 | 110001 | 10111010 | 101100 | 1001010 | 0 | 11011 | 100001000 | 111010 | 101110 |
Color Harmonies of #6831BA
Complementary color
Monochromatic Colors of #6831BA
Black with #6831BA
Text Example
Text Example
White with #6831BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6831BA; }
p { color: rgb(104,49,186); }
H1.HeaderClassName
{
color: #6831BA;
}
.AnyTagClassName
{
color: #6831BA;
}
</style>
background-color css
<style>
a { background-color: #6831BA; }
a { background-color: rgb(104,49,186); }
div.DivClassName
{
background-color: #6831BA;
}
.BgClassName
{
background-color: #6831BA;
}
</style>
border-color css
<style>
span { border-color: #6831BA; }
span { border-color: rgb(104,49,186); }
td.TdClassName
{
border-color: #6831BA;
}
.TagClassName
{
border-color: #6831BA;
}
</style>