Shades of Purple Heart #6F14C1
Tints of Purple Heart #6F14C1
RGB
CMYK
RGB Variations
Color information
#6F14C1 (or 0x6F14C1) is known color: Purple Heart. HEX triplet: 6F, 14 and C1. RGB value is (111,20,193). Sum of RGB (Red+Green+Blue) = 111+20+193=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F14C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F14C1 is #90EB3E. Grayscale: #424242. Windows color (decimal): -9497407 or 12653679. OLE color: 12653679.
HSL color Cylindrical-coordinate representation of color #6F14C1: hue angle of 271.56º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F14C1 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 20 | 193 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.24 |
| HSL | 271.56º | 0.81% | 0.42% | - |
| HSV(B) | 271.56º | 0.9% | 0.76% | - |
| XYZ | 16.43 | 7.73 | 51.08 | - |
| YUV | 66.93 | 199.15 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 193 | 0.42 | 0.90 | 0 | 0.24 | 271.56 | 0.81 | 0.42 |
| Hex | 6F | 14 | C1 | 2A | 5A | 0 | 18 | 110 | 51 | 2A |
| Octal | 157 | 24 | 301 | 52 | 132 | 0 | 30 | 420 | 121 | 52 |
| Binary | 1101111 | 10100 | 11000001 | 101010 | 1011010 | 0 | 11000 | 100010000 | 1010001 | 101010 |
Color Harmonies of #6F14C1
Complementary color
Monochromatic Colors of #6F14C1
Black with #6F14C1
Text Example
Text Example
White with #6F14C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F14C1; }
p { color: rgb(111,20,193); }
H1.HeaderClassName
{
color: #6F14C1;
}
.AnyTagClassName
{
color: #6F14C1;
}
</style>
background-color css
<style>
a { background-color: #6F14C1; }
a { background-color: rgb(111,20,193); }
div.DivClassName
{
background-color: #6F14C1;
}
.BgClassName
{
background-color: #6F14C1;
}
</style>
border-color css
<style>
span { border-color: #6F14C1; }
span { border-color: rgb(111,20,193); }
td.TdClassName
{
border-color: #6F14C1;
}
.TagClassName
{
border-color: #6F14C1;
}
</style>