Shades of Purple Heart #6F44BA
Tints of Purple Heart #6F44BA
RGB
CMYK
RGB Variations
Color information
#6F44BA (or 0x6F44BA) is known color: Purple Heart. HEX triplet: 6F, 44 and BA. RGB value is (111,68,186). Sum of RGB (Red+Green+Blue) = 111+68+186=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F44BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F44BA is #90BB45. Grayscale: #5D5D5D. Windows color (decimal): -9485126 or 12207215. OLE color: 12207215.
HSL color Cylindrical-coordinate representation of color #6F44BA: hue angle of 261.86º 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 #6F44BA is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 68 | 186 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.27 |
| HSL | 261.86º | 0.46% | 0.5% | - |
| HSV(B) | 261.86º | 0.63% | 0.73% | - |
| XYZ | 17.49 | 11.06 | 47.67 | - |
| YUV | 94.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 186 | 0.40 | 0.63 | 0 | 0.27 | 261.86 | 0.46 | 0.5 |
| Hex | 6F | 44 | BA | 28 | 3F | 0 | 1B | 106 | 2E | 32 |
| Octal | 157 | 104 | 272 | 50 | 77 | 0 | 33 | 406 | 56 | 62 |
| Binary | 1101111 | 1000100 | 10111010 | 101000 | 111111 | 0 | 11011 | 100000110 | 101110 | 110010 |
Color Harmonies of #6F44BA
Complementary color
Monochromatic Colors of #6F44BA
Black with #6F44BA
Text Example
Text Example
White with #6F44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F44BA; }
p { color: rgb(111,68,186); }
H1.HeaderClassName
{
color: #6F44BA;
}
.AnyTagClassName
{
color: #6F44BA;
}
</style>
background-color css
<style>
a { background-color: #6F44BA; }
a { background-color: rgb(111,68,186); }
div.DivClassName
{
background-color: #6F44BA;
}
.BgClassName
{
background-color: #6F44BA;
}
</style>
border-color css
<style>
span { border-color: #6F44BA; }
span { border-color: rgb(111,68,186); }
td.TdClassName
{
border-color: #6F44BA;
}
.TagClassName
{
border-color: #6F44BA;
}
</style>