Shades of Purple Heart #6B12BA
Tints of Purple Heart #6B12BA
RGB
CMYK
RGB Variations
Color information
#6B12BA (or 0x6B12BA) is known color: Purple Heart. HEX triplet: 6B, 12 and BA. RGB value is (107,18,186). Sum of RGB (Red+Green+Blue) = 107+18+186=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B12BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B12BA is #94ED45. Grayscale: #3F3F3F. Windows color (decimal): -9760070 or 12194411. OLE color: 12194411.
HSL color Cylindrical-coordinate representation of color #6B12BA: hue angle of 271.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B12BA is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 18 | 186 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.27 |
| HSL | 271.79º | 0.82% | 0.4% | - |
| HSV(B) | 271.79º | 0.9% | 0.73% | - |
| XYZ | 15.14 | 7.1 | 47.03 | - |
| YUV | 63.76 | 196.99 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 186 | 0.42 | 0.90 | 0 | 0.27 | 271.79 | 0.82 | 0.4 |
| Hex | 6B | 12 | BA | 2A | 5A | 0 | 1B | 110 | 52 | 28 |
| Octal | 153 | 22 | 272 | 52 | 132 | 0 | 33 | 420 | 122 | 50 |
| Binary | 1101011 | 10010 | 10111010 | 101010 | 1011010 | 0 | 11011 | 100010000 | 1010010 | 101000 |
Color Harmonies of #6B12BA
Complementary color
Monochromatic Colors of #6B12BA
Black with #6B12BA
Text Example
Text Example
White with #6B12BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B12BA; }
p { color: rgb(107,18,186); }
H1.HeaderClassName
{
color: #6B12BA;
}
.AnyTagClassName
{
color: #6B12BA;
}
</style>
background-color css
<style>
a { background-color: #6B12BA; }
a { background-color: rgb(107,18,186); }
div.DivClassName
{
background-color: #6B12BA;
}
.BgClassName
{
background-color: #6B12BA;
}
</style>
border-color css
<style>
span { border-color: #6B12BA; }
span { border-color: rgb(107,18,186); }
td.TdClassName
{
border-color: #6B12BA;
}
.TagClassName
{
border-color: #6B12BA;
}
</style>