Shades of Purple Heart #6F45BF
Tints of Purple Heart #6F45BF
RGB
CMYK
RGB Variations
Color information
#6F45BF (or 0x6F45BF) is known color: Purple Heart. HEX triplet: 6F, 45 and BF. RGB value is (111,69,191). Sum of RGB (Red+Green+Blue) = 111+69+191=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F45BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F45BF is #90BA40. Grayscale: #5F5F5F. Windows color (decimal): -9484865 or 12535151. OLE color: 12535151.
HSL color Cylindrical-coordinate representation of color #6F45BF: hue angle of 260.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F45BF is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 69 | 191 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.25 |
| HSL | 260.66º | 0.49% | 0.51% | - |
| HSV(B) | 260.66º | 0.64% | 0.75% | - |
| XYZ | 18.09 | 11.4 | 50.54 | - |
| YUV | 95.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 191 | 0.42 | 0.64 | 0 | 0.25 | 260.66 | 0.49 | 0.51 |
| Hex | 6F | 45 | BF | 2A | 40 | 0 | 19 | 105 | 31 | 33 |
| Octal | 157 | 105 | 277 | 52 | 100 | 0 | 31 | 405 | 61 | 63 |
| Binary | 1101111 | 1000101 | 10111111 | 101010 | 1000000 | 0 | 11001 | 100000101 | 110001 | 110011 |
Color Harmonies of #6F45BF
Complementary color
Monochromatic Colors of #6F45BF
Black with #6F45BF
Text Example
Text Example
White with #6F45BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F45BF; }
p { color: rgb(111,69,191); }
H1.HeaderClassName
{
color: #6F45BF;
}
.AnyTagClassName
{
color: #6F45BF;
}
</style>
background-color css
<style>
a { background-color: #6F45BF; }
a { background-color: rgb(111,69,191); }
div.DivClassName
{
background-color: #6F45BF;
}
.BgClassName
{
background-color: #6F45BF;
}
</style>
border-color css
<style>
span { border-color: #6F45BF; }
span { border-color: rgb(111,69,191); }
td.TdClassName
{
border-color: #6F45BF;
}
.TagClassName
{
border-color: #6F45BF;
}
</style>