Shades of Purple Heart #6F45BC
Tints of Purple Heart #6F45BC
RGB
CMYK
RGB Variations
Color information
#6F45BC (or 0x6F45BC) is known color: Purple Heart. HEX triplet: 6F, 45 and BC. RGB value is (111,69,188). Sum of RGB (Red+Green+Blue) = 111+69+188=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F45BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F45BC is #90BA43. Grayscale: #5E5E5E. Windows color (decimal): -9484868 or 12338543. OLE color: 12338543.
HSL color Cylindrical-coordinate representation of color #6F45BC: hue angle of 261.18º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F45BC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 69 | 188 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.26 |
| HSL | 261.18º | 0.47% | 0.5% | - |
| HSV(B) | 261.18º | 0.63% | 0.74% | - |
| XYZ | 17.76 | 11.27 | 48.82 | - |
| YUV | 95.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 188 | 0.41 | 0.63 | 0 | 0.26 | 261.18 | 0.47 | 0.5 |
| Hex | 6F | 45 | BC | 29 | 3F | 0 | 1A | 105 | 2F | 32 |
| Octal | 157 | 105 | 274 | 51 | 77 | 0 | 32 | 405 | 57 | 62 |
| Binary | 1101111 | 1000101 | 10111100 | 101001 | 111111 | 0 | 11010 | 100000101 | 101111 | 110010 |
Color Harmonies of #6F45BC
Complementary color
Monochromatic Colors of #6F45BC
Black with #6F45BC
Text Example
Text Example
White with #6F45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F45BC; }
p { color: rgb(111,69,188); }
H1.HeaderClassName
{
color: #6F45BC;
}
.AnyTagClassName
{
color: #6F45BC;
}
</style>
background-color css
<style>
a { background-color: #6F45BC; }
a { background-color: rgb(111,69,188); }
div.DivClassName
{
background-color: #6F45BC;
}
.BgClassName
{
background-color: #6F45BC;
}
</style>
border-color css
<style>
span { border-color: #6F45BC; }
span { border-color: rgb(111,69,188); }
td.TdClassName
{
border-color: #6F45BC;
}
.TagClassName
{
border-color: #6F45BC;
}
</style>