Shades of Purple Heart #6D31BA
Tints of Purple Heart #6D31BA
RGB
CMYK
RGB Variations
Color information
#6D31BA (or 0x6D31BA) is known color: Purple Heart. HEX triplet: 6D, 31 and BA. RGB value is (109,49,186). Sum of RGB (Red+Green+Blue) = 109+49+186=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D31BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D31BA is #92CE45. Grayscale: #525252. Windows color (decimal): -9621062 or 12202349. OLE color: 12202349.
HSL color Cylindrical-coordinate representation of color #6D31BA: hue angle of 266.28º 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 #6D31BA is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 49 | 186 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.27 |
| HSL | 266.28º | 0.58% | 0.46% | - |
| HSV(B) | 266.28º | 0.74% | 0.73% | - |
| XYZ | 16.27 | 8.99 | 47.33 | - |
| YUV | 82.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 186 | 0.41 | 0.74 | 0 | 0.27 | 266.28 | 0.58 | 0.46 |
| Hex | 6D | 31 | BA | 29 | 4A | 0 | 1B | 10A | 3A | 2E |
| Octal | 155 | 61 | 272 | 51 | 112 | 0 | 33 | 412 | 72 | 56 |
| Binary | 1101101 | 110001 | 10111010 | 101001 | 1001010 | 0 | 11011 | 100001010 | 111010 | 101110 |
Color Harmonies of #6D31BA
Complementary color
Monochromatic Colors of #6D31BA
Black with #6D31BA
Text Example
Text Example
White with #6D31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D31BA; }
p { color: rgb(109,49,186); }
H1.HeaderClassName
{
color: #6D31BA;
}
.AnyTagClassName
{
color: #6D31BA;
}
</style>
background-color css
<style>
a { background-color: #6D31BA; }
a { background-color: rgb(109,49,186); }
div.DivClassName
{
background-color: #6D31BA;
}
.BgClassName
{
background-color: #6D31BA;
}
</style>
border-color css
<style>
span { border-color: #6D31BA; }
span { border-color: rgb(109,49,186); }
td.TdClassName
{
border-color: #6D31BA;
}
.TagClassName
{
border-color: #6D31BA;
}
</style>