Shades of Purple Heart #6F0CBA
Tints of Purple Heart #6F0CBA
RGB
CMYK
RGB Variations
Color information
#6F0CBA (or 0x6F0CBA) is known color: Purple Heart. HEX triplet: 6F, 0C and BA. RGB value is (111,12,186). Sum of RGB (Red+Green+Blue) = 111+12+186=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F0CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CBA is #90F345. Grayscale: #3C3C3C. Windows color (decimal): -9499462 or 12192879. OLE color: 12192879.
HSL color Cylindrical-coordinate representation of color #6F0CBA: hue angle of 274.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0CBA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 12 | 186 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.27 |
| HSL | 274.14º | 0.88% | 0.39% | - |
| HSV(B) | 274.14º | 0.94% | 0.73% | - |
| XYZ | 15.55 | 7.19 | 47.02 | - |
| YUV | 61.44 | 198.3 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 186 | 0.40 | 0.94 | 0 | 0.27 | 274.14 | 0.88 | 0.39 |
| Hex | 6F | C | BA | 28 | 5E | 0 | 1B | 112 | 58 | 27 |
| Octal | 157 | 14 | 272 | 50 | 136 | 0 | 33 | 422 | 130 | 47 |
| Binary | 1101111 | 1100 | 10111010 | 101000 | 1011110 | 0 | 11011 | 100010010 | 1011000 | 100111 |
Color Harmonies of #6F0CBA
Complementary color
Monochromatic Colors of #6F0CBA
Black with #6F0CBA
Text Example
Text Example
White with #6F0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0CBA; }
p { color: rgb(111,12,186); }
H1.HeaderClassName
{
color: #6F0CBA;
}
.AnyTagClassName
{
color: #6F0CBA;
}
</style>
background-color css
<style>
a { background-color: #6F0CBA; }
a { background-color: rgb(111,12,186); }
div.DivClassName
{
background-color: #6F0CBA;
}
.BgClassName
{
background-color: #6F0CBA;
}
</style>
border-color css
<style>
span { border-color: #6F0CBA; }
span { border-color: rgb(111,12,186); }
td.TdClassName
{
border-color: #6F0CBA;
}
.TagClassName
{
border-color: #6F0CBA;
}
</style>