Shades of Purple Heart #6F16BE
Tints of Purple Heart #6F16BE
RGB
CMYK
RGB Variations
Color information
#6F16BE (or 0x6F16BE) is known color: Purple Heart. HEX triplet: 6F, 16 and BE. RGB value is (111,22,190). Sum of RGB (Red+Green+Blue) = 111+22+190=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F16BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F16BE is #90E941. Grayscale: #434343. Windows color (decimal): -9496898 or 12457583. OLE color: 12457583.
HSL color Cylindrical-coordinate representation of color #6F16BE: hue angle of 271.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F16BE is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 22 | 190 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.25 |
| HSL | 271.79º | 0.79% | 0.42% | - |
| HSV(B) | 271.79º | 0.88% | 0.75% | - |
| XYZ | 16.14 | 7.67 | 49.35 | - |
| YUV | 67.76 | 196.99 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 190 | 0.42 | 0.88 | 0 | 0.25 | 271.79 | 0.79 | 0.42 |
| Hex | 6F | 16 | BE | 2A | 58 | 0 | 19 | 110 | 4F | 2A |
| Octal | 157 | 26 | 276 | 52 | 130 | 0 | 31 | 420 | 117 | 52 |
| Binary | 1101111 | 10110 | 10111110 | 101010 | 1011000 | 0 | 11001 | 100010000 | 1001111 | 101010 |
Color Harmonies of #6F16BE
Complementary color
Monochromatic Colors of #6F16BE
Black with #6F16BE
Text Example
Text Example
White with #6F16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F16BE; }
p { color: rgb(111,22,190); }
H1.HeaderClassName
{
color: #6F16BE;
}
.AnyTagClassName
{
color: #6F16BE;
}
</style>
background-color css
<style>
a { background-color: #6F16BE; }
a { background-color: rgb(111,22,190); }
div.DivClassName
{
background-color: #6F16BE;
}
.BgClassName
{
background-color: #6F16BE;
}
</style>
border-color css
<style>
span { border-color: #6F16BE; }
span { border-color: rgb(111,22,190); }
td.TdClassName
{
border-color: #6F16BE;
}
.TagClassName
{
border-color: #6F16BE;
}
</style>