Shades of Purple Heart #6F14BF
Tints of Purple Heart #6F14BF
RGB
CMYK
RGB Variations
Color information
#6F14BF (or 0x6F14BF) is known color: Purple Heart. HEX triplet: 6F, 14 and BF. RGB value is (111,20,191). Sum of RGB (Red+Green+Blue) = 111+20+191=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F14BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F14BF is #90EB40. Grayscale: #424242. Windows color (decimal): -9497409 or 12522607. OLE color: 12522607.
HSL color Cylindrical-coordinate representation of color #6F14BF: hue angle of 271.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F14BF is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 20 | 191 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.25 |
| HSL | 271.93º | 0.81% | 0.41% | - |
| HSV(B) | 271.93º | 0.9% | 0.75% | - |
| XYZ | 16.21 | 7.64 | 49.91 | - |
| YUV | 66.7 | 198.15 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 191 | 0.42 | 0.90 | 0 | 0.25 | 271.93 | 0.81 | 0.41 |
| Hex | 6F | 14 | BF | 2A | 5A | 0 | 19 | 110 | 51 | 29 |
| Octal | 157 | 24 | 277 | 52 | 132 | 0 | 31 | 420 | 121 | 51 |
| Binary | 1101111 | 10100 | 10111111 | 101010 | 1011010 | 0 | 11001 | 100010000 | 1010001 | 101001 |
Color Harmonies of #6F14BF
Complementary color
Monochromatic Colors of #6F14BF
Black with #6F14BF
Text Example
Text Example
White with #6F14BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F14BF; }
p { color: rgb(111,20,191); }
H1.HeaderClassName
{
color: #6F14BF;
}
.AnyTagClassName
{
color: #6F14BF;
}
</style>
background-color css
<style>
a { background-color: #6F14BF; }
a { background-color: rgb(111,20,191); }
div.DivClassName
{
background-color: #6F14BF;
}
.BgClassName
{
background-color: #6F14BF;
}
</style>
border-color css
<style>
span { border-color: #6F14BF; }
span { border-color: rgb(111,20,191); }
td.TdClassName
{
border-color: #6F14BF;
}
.TagClassName
{
border-color: #6F14BF;
}
</style>