Shades of Purple Heart #6F18BA
Tints of Purple Heart #6F18BA
RGB
CMYK
RGB Variations
Color information
#6F18BA (or 0x6F18BA) is known color: Purple Heart. HEX triplet: 6F, 18 and BA. RGB value is (111,24,186). Sum of RGB (Red+Green+Blue) = 111+24+186=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F18BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F18BA is #90E745. Grayscale: #434343. Windows color (decimal): -9496390 or 12195951. OLE color: 12195951.
HSL color Cylindrical-coordinate representation of color #6F18BA: hue angle of 272.22º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F18BA is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 24 | 186 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.27 |
| HSL | 272.22º | 0.77% | 0.41% | - |
| HSV(B) | 272.22º | 0.87% | 0.73% | - |
| XYZ | 15.75 | 7.58 | 47.09 | - |
| YUV | 68.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 186 | 0.40 | 0.87 | 0 | 0.27 | 272.22 | 0.77 | 0.41 |
| Hex | 6F | 18 | BA | 28 | 57 | 0 | 1B | 110 | 4D | 29 |
| Octal | 157 | 30 | 272 | 50 | 127 | 0 | 33 | 420 | 115 | 51 |
| Binary | 1101111 | 11000 | 10111010 | 101000 | 1010111 | 0 | 11011 | 100010000 | 1001101 | 101001 |
Color Harmonies of #6F18BA
Complementary color
Monochromatic Colors of #6F18BA
Black with #6F18BA
Text Example
Text Example
White with #6F18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F18BA; }
p { color: rgb(111,24,186); }
H1.HeaderClassName
{
color: #6F18BA;
}
.AnyTagClassName
{
color: #6F18BA;
}
</style>
background-color css
<style>
a { background-color: #6F18BA; }
a { background-color: rgb(111,24,186); }
div.DivClassName
{
background-color: #6F18BA;
}
.BgClassName
{
background-color: #6F18BA;
}
</style>
border-color css
<style>
span { border-color: #6F18BA; }
span { border-color: rgb(111,24,186); }
td.TdClassName
{
border-color: #6F18BA;
}
.TagClassName
{
border-color: #6F18BA;
}
</style>