Shades of Purple Heart #6F41BE
Tints of Purple Heart #6F41BE
RGB
CMYK
RGB Variations
Color information
#6F41BE (or 0x6F41BE) is known color: Purple Heart. HEX triplet: 6F, 41 and BE. RGB value is (111,65,190). Sum of RGB (Red+Green+Blue) = 111+65+190=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F41BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F41BE is #90BE41. Grayscale: #5C5C5C. Windows color (decimal): -9485890 or 12468591. OLE color: 12468591.
HSL color Cylindrical-coordinate representation of color #6F41BE: hue angle of 262.08º degrees, saturation: 0.49, 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 #6F41BE is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 65 | 190 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.25 |
| HSL | 262.08º | 0.49% | 0.5% | - |
| HSV(B) | 262.08º | 0.66% | 0.75% | - |
| XYZ | 17.74 | 10.88 | 49.88 | - |
| YUV | 93 | 182.74 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 190 | 0.42 | 0.66 | 0 | 0.25 | 262.08 | 0.49 | 0.5 |
| Hex | 6F | 41 | BE | 2A | 42 | 0 | 19 | 106 | 31 | 32 |
| Octal | 157 | 101 | 276 | 52 | 102 | 0 | 31 | 406 | 61 | 62 |
| Binary | 1101111 | 1000001 | 10111110 | 101010 | 1000010 | 0 | 11001 | 100000110 | 110001 | 110010 |
Color Harmonies of #6F41BE
Complementary color
Monochromatic Colors of #6F41BE
Black with #6F41BE
Text Example
Text Example
White with #6F41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F41BE; }
p { color: rgb(111,65,190); }
H1.HeaderClassName
{
color: #6F41BE;
}
.AnyTagClassName
{
color: #6F41BE;
}
</style>
background-color css
<style>
a { background-color: #6F41BE; }
a { background-color: rgb(111,65,190); }
div.DivClassName
{
background-color: #6F41BE;
}
.BgClassName
{
background-color: #6F41BE;
}
</style>
border-color css
<style>
span { border-color: #6F41BE; }
span { border-color: rgb(111,65,190); }
td.TdClassName
{
border-color: #6F41BE;
}
.TagClassName
{
border-color: #6F41BE;
}
</style>