Shades of Purple Heart #6F43BF
Tints of Purple Heart #6F43BF
RGB
CMYK
RGB Variations
Color information
#6F43BF (or 0x6F43BF) is known color: Purple Heart. HEX triplet: 6F, 43 and BF. RGB value is (111,67,191). Sum of RGB (Red+Green+Blue) = 111+67+191=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F43BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F43BF is #90BC40. Grayscale: #5D5D5D. Windows color (decimal): -9485377 or 12534639. OLE color: 12534639.
HSL color Cylindrical-coordinate representation of color #6F43BF: hue angle of 261.29º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F43BF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 67 | 191 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.25 |
| HSL | 261.29º | 0.49% | 0.51% | - |
| HSV(B) | 261.29º | 0.65% | 0.75% | - |
| XYZ | 17.97 | 11.16 | 50.5 | - |
| YUV | 94.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 191 | 0.42 | 0.65 | 0 | 0.25 | 261.29 | 0.49 | 0.51 |
| Hex | 6F | 43 | BF | 2A | 41 | 0 | 19 | 105 | 31 | 33 |
| Octal | 157 | 103 | 277 | 52 | 101 | 0 | 31 | 405 | 61 | 63 |
| Binary | 1101111 | 1000011 | 10111111 | 101010 | 1000001 | 0 | 11001 | 100000101 | 110001 | 110011 |
Color Harmonies of #6F43BF
Complementary color
Monochromatic Colors of #6F43BF
Black with #6F43BF
Text Example
Text Example
White with #6F43BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F43BF; }
p { color: rgb(111,67,191); }
H1.HeaderClassName
{
color: #6F43BF;
}
.AnyTagClassName
{
color: #6F43BF;
}
</style>
background-color css
<style>
a { background-color: #6F43BF; }
a { background-color: rgb(111,67,191); }
div.DivClassName
{
background-color: #6F43BF;
}
.BgClassName
{
background-color: #6F43BF;
}
</style>
border-color css
<style>
span { border-color: #6F43BF; }
span { border-color: rgb(111,67,191); }
td.TdClassName
{
border-color: #6F43BF;
}
.TagClassName
{
border-color: #6F43BF;
}
</style>