Shades of Purple Heart #6F2ECF
Tints of Purple Heart #6F2ECF
RGB
CMYK
RGB Variations
Color information
#6F2ECF (or 0x6F2ECF) is known color: Purple Heart. HEX triplet: 6F, 2E and CF. RGB value is (111,46,207). Sum of RGB (Red+Green+Blue) = 111+46+207=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F2ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2ECF is #90D130. Grayscale: #535353. Windows color (decimal): -9490737 or 13577839. OLE color: 13577839.
HSL color Cylindrical-coordinate representation of color #6F2ECF: hue angle of 264.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F2ECF is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 46 | 207 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.19 |
| HSL | 264.22º | 0.64% | 0.5% | - |
| HSV(B) | 264.22º | 0.78% | 0.81% | - |
| XYZ | 18.8 | 9.84 | 59.94 | - |
| YUV | 83.79 | 197.53 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 207 | 0.46 | 0.78 | 0 | 0.19 | 264.22 | 0.64 | 0.5 |
| Hex | 6F | 2E | CF | 2E | 4E | 0 | 13 | 108 | 40 | 32 |
| Octal | 157 | 56 | 317 | 56 | 116 | 0 | 23 | 410 | 100 | 62 |
| Binary | 1101111 | 101110 | 11001111 | 101110 | 1001110 | 0 | 10011 | 100001000 | 1000000 | 110010 |
Color Harmonies of #6F2ECF
Complementary color
Monochromatic Colors of #6F2ECF
Black with #6F2ECF
Text Example
Text Example
White with #6F2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2ECF; }
p { color: rgb(111,46,207); }
H1.HeaderClassName
{
color: #6F2ECF;
}
.AnyTagClassName
{
color: #6F2ECF;
}
</style>
background-color css
<style>
a { background-color: #6F2ECF; }
a { background-color: rgb(111,46,207); }
div.DivClassName
{
background-color: #6F2ECF;
}
.BgClassName
{
background-color: #6F2ECF;
}
</style>
border-color css
<style>
span { border-color: #6F2ECF; }
span { border-color: rgb(111,46,207); }
td.TdClassName
{
border-color: #6F2ECF;
}
.TagClassName
{
border-color: #6F2ECF;
}
</style>