Shades of Purple Heart #6F41BF
Tints of Purple Heart #6F41BF
RGB
CMYK
RGB Variations
Color information
#6F41BF (or 0x6F41BF) is known color: Purple Heart. HEX triplet: 6F, 41 and BF. RGB value is (111,65,191). Sum of RGB (Red+Green+Blue) = 111+65+191=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F41BF is #90BE40. Grayscale: #5C5C5C. Windows color (decimal): -9485889 or 12534127. OLE color: 12534127.
HSL color Cylindrical-coordinate representation of color #6F41BF: hue angle of 261.9º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F41BF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 65 | 191 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.25 |
| HSL | 261.9º | 0.5% | 0.5% | - |
| HSV(B) | 261.9º | 0.66% | 0.75% | - |
| XYZ | 17.85 | 10.92 | 50.46 | - |
| YUV | 93.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 191 | 0.42 | 0.66 | 0 | 0.25 | 261.9 | 0.5 | 0.5 |
| Hex | 6F | 41 | BF | 2A | 42 | 0 | 19 | 106 | 32 | 32 |
| Octal | 157 | 101 | 277 | 52 | 102 | 0 | 31 | 406 | 62 | 62 |
| Binary | 1101111 | 1000001 | 10111111 | 101010 | 1000010 | 0 | 11001 | 100000110 | 110010 | 110010 |
Color Harmonies of #6F41BF
Complementary color
Monochromatic Colors of #6F41BF
Black with #6F41BF
Text Example
Text Example
White with #6F41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F41BF; }
p { color: rgb(111,65,191); }
H1.HeaderClassName
{
color: #6F41BF;
}
.AnyTagClassName
{
color: #6F41BF;
}
</style>
background-color css
<style>
a { background-color: #6F41BF; }
a { background-color: rgb(111,65,191); }
div.DivClassName
{
background-color: #6F41BF;
}
.BgClassName
{
background-color: #6F41BF;
}
</style>
border-color css
<style>
span { border-color: #6F41BF; }
span { border-color: rgb(111,65,191); }
td.TdClassName
{
border-color: #6F41BF;
}
.TagClassName
{
border-color: #6F41BF;
}
</style>