Shades of Purple Heart #6D32BA
Tints of Purple Heart #6D32BA
RGB
CMYK
RGB Variations
Color information
#6D32BA (or 0x6D32BA) is known color: Purple Heart. HEX triplet: 6D, 32 and BA. RGB value is (109,50,186). Sum of RGB (Red+Green+Blue) = 109+50+186=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D32BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D32BA is #92CD45. Grayscale: #525252. Windows color (decimal): -9620806 or 12202605. OLE color: 12202605.
HSL color Cylindrical-coordinate representation of color #6D32BA: hue angle of 266.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D32BA is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 50 | 186 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.27 |
| HSL | 266.03º | 0.58% | 0.46% | - |
| HSV(B) | 266.03º | 0.73% | 0.73% | - |
| XYZ | 16.31 | 9.08 | 47.35 | - |
| YUV | 83.15 | 186.05 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 186 | 0.41 | 0.73 | 0 | 0.27 | 266.03 | 0.58 | 0.46 |
| Hex | 6D | 32 | BA | 29 | 49 | 0 | 1B | 10A | 3A | 2E |
| Octal | 155 | 62 | 272 | 51 | 111 | 0 | 33 | 412 | 72 | 56 |
| Binary | 1101101 | 110010 | 10111010 | 101001 | 1001001 | 0 | 11011 | 100001010 | 111010 | 101110 |
Color Harmonies of #6D32BA
Complementary color
Monochromatic Colors of #6D32BA
Black with #6D32BA
Text Example
Text Example
White with #6D32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D32BA; }
p { color: rgb(109,50,186); }
H1.HeaderClassName
{
color: #6D32BA;
}
.AnyTagClassName
{
color: #6D32BA;
}
</style>
background-color css
<style>
a { background-color: #6D32BA; }
a { background-color: rgb(109,50,186); }
div.DivClassName
{
background-color: #6D32BA;
}
.BgClassName
{
background-color: #6D32BA;
}
</style>
border-color css
<style>
span { border-color: #6D32BA; }
span { border-color: rgb(109,50,186); }
td.TdClassName
{
border-color: #6D32BA;
}
.TagClassName
{
border-color: #6D32BA;
}
</style>