Shades of Purple Heart #6F45BB
Tints of Purple Heart #6F45BB
RGB
CMYK
RGB Variations
Color information
#6F45BB (or 0x6F45BB) is known color: Purple Heart. HEX triplet: 6F, 45 and BB. RGB value is (111,69,187). Sum of RGB (Red+Green+Blue) = 111+69+187=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F45BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F45BB is #90BA44. Grayscale: #5E5E5E. Windows color (decimal): -9484869 or 12273007. OLE color: 12273007.
HSL color Cylindrical-coordinate representation of color #6F45BB: hue angle of 261.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F45BB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 69 | 187 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.27 |
| HSL | 261.36º | 0.46% | 0.5% | - |
| HSV(B) | 261.36º | 0.63% | 0.73% | - |
| XYZ | 17.65 | 11.22 | 48.25 | - |
| YUV | 95.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 187 | 0.41 | 0.63 | 0 | 0.27 | 261.36 | 0.46 | 0.5 |
| Hex | 6F | 45 | BB | 29 | 3F | 0 | 1B | 105 | 2E | 32 |
| Octal | 157 | 105 | 273 | 51 | 77 | 0 | 33 | 405 | 56 | 62 |
| Binary | 1101111 | 1000101 | 10111011 | 101001 | 111111 | 0 | 11011 | 100000101 | 101110 | 110010 |
Color Harmonies of #6F45BB
Complementary color
Monochromatic Colors of #6F45BB
Black with #6F45BB
Text Example
Text Example
White with #6F45BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F45BB; }
p { color: rgb(111,69,187); }
H1.HeaderClassName
{
color: #6F45BB;
}
.AnyTagClassName
{
color: #6F45BB;
}
</style>
background-color css
<style>
a { background-color: #6F45BB; }
a { background-color: rgb(111,69,187); }
div.DivClassName
{
background-color: #6F45BB;
}
.BgClassName
{
background-color: #6F45BB;
}
</style>
border-color css
<style>
span { border-color: #6F45BB; }
span { border-color: rgb(111,69,187); }
td.TdClassName
{
border-color: #6F45BB;
}
.TagClassName
{
border-color: #6F45BB;
}
</style>