Shades of Purple Heart #6F06BA
Tints of Purple Heart #6F06BA
RGB
CMYK
RGB Variations
Color information
#6F06BA (or 0x6F06BA) is known color: Purple Heart. HEX triplet: 6F, 06 and BA. RGB value is (111,6,186). Sum of RGB (Red+Green+Blue) = 111+6+186=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F06BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F06BA is #90F945. Grayscale: #393939. Windows color (decimal): -9500998 or 12191343. OLE color: 12191343.
HSL color Cylindrical-coordinate representation of color #6F06BA: hue angle of 275º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F06BA is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 6 | 186 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.27 |
| HSL | 275º | 0.94% | 0.38% | - |
| HSV(B) | 275º | 0.97% | 0.73% | - |
| XYZ | 15.48 | 7.05 | 47 | - |
| YUV | 57.92 | 200.29 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 186 | 0.40 | 0.97 | 0 | 0.27 | 275 | 0.94 | 0.38 |
| Hex | 6F | 6 | BA | 28 | 61 | 0 | 1B | 113 | 5E | 26 |
| Octal | 157 | 6 | 272 | 50 | 141 | 0 | 33 | 423 | 136 | 46 |
| Binary | 1101111 | 110 | 10111010 | 101000 | 1100001 | 0 | 11011 | 100010011 | 1011110 | 100110 |
Color Harmonies of #6F06BA
Complementary color
Monochromatic Colors of #6F06BA
Black with #6F06BA
Text Example
Text Example
White with #6F06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F06BA; }
p { color: rgb(111,6,186); }
H1.HeaderClassName
{
color: #6F06BA;
}
.AnyTagClassName
{
color: #6F06BA;
}
</style>
background-color css
<style>
a { background-color: #6F06BA; }
a { background-color: rgb(111,6,186); }
div.DivClassName
{
background-color: #6F06BA;
}
.BgClassName
{
background-color: #6F06BA;
}
</style>
border-color css
<style>
span { border-color: #6F06BA; }
span { border-color: rgb(111,6,186); }
td.TdClassName
{
border-color: #6F06BA;
}
.TagClassName
{
border-color: #6F06BA;
}
</style>