Shades of Purple Heart #6C31BA
Tints of Purple Heart #6C31BA
RGB
CMYK
RGB Variations
Color information
#6C31BA (or 0x6C31BA) is known color: Purple Heart. HEX triplet: 6C, 31 and BA. RGB value is (108,49,186). Sum of RGB (Red+Green+Blue) = 108+49+186=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C31BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C31BA is #93CE45. Grayscale: #515151. Windows color (decimal): -9686598 or 12202348. OLE color: 12202348.
HSL color Cylindrical-coordinate representation of color #6C31BA: hue angle of 265.84º 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 #6C31BA is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 49 | 186 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.27 |
| HSL | 265.84º | 0.58% | 0.46% | - |
| HSV(B) | 265.84º | 0.74% | 0.73% | - |
| XYZ | 16.15 | 8.93 | 47.33 | - |
| YUV | 82.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 186 | 0.42 | 0.74 | 0 | 0.27 | 265.84 | 0.58 | 0.46 |
| Hex | 6C | 31 | BA | 2A | 4A | 0 | 1B | 10A | 3A | 2E |
| Octal | 154 | 61 | 272 | 52 | 112 | 0 | 33 | 412 | 72 | 56 |
| Binary | 1101100 | 110001 | 10111010 | 101010 | 1001010 | 0 | 11011 | 100001010 | 111010 | 101110 |
Color Harmonies of #6C31BA
Complementary color
Monochromatic Colors of #6C31BA
Black with #6C31BA
Text Example
Text Example
White with #6C31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C31BA; }
p { color: rgb(108,49,186); }
H1.HeaderClassName
{
color: #6C31BA;
}
.AnyTagClassName
{
color: #6C31BA;
}
</style>
background-color css
<style>
a { background-color: #6C31BA; }
a { background-color: rgb(108,49,186); }
div.DivClassName
{
background-color: #6C31BA;
}
.BgClassName
{
background-color: #6C31BA;
}
</style>
border-color css
<style>
span { border-color: #6C31BA; }
span { border-color: rgb(108,49,186); }
td.TdClassName
{
border-color: #6C31BA;
}
.TagClassName
{
border-color: #6C31BA;
}
</style>