Shades of Purple Heart #6F16AB
Tints of Purple Heart #6F16AB
RGB
CMYK
RGB Variations
Color information
#6F16AB (or 0x6F16AB) is known color: Purple Heart. HEX triplet: 6F, 16 and AB. RGB value is (111,22,171). Sum of RGB (Red+Green+Blue) = 111+22+171=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F16AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F16AB is #90E954. Grayscale: #414141. Windows color (decimal): -9496917 or 11212399. OLE color: 11212399.
HSL color Cylindrical-coordinate representation of color #6F16AB: hue angle of 275.84º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F16AB is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 22 | 171 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.33 |
| HSL | 275.84º | 0.77% | 0.38% | - |
| HSV(B) | 275.84º | 0.87% | 0.67% | - |
| XYZ | 14.19 | 6.89 | 39.11 | - |
| YUV | 65.6 | 187.49 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 171 | 0.35 | 0.87 | 0 | 0.33 | 275.84 | 0.77 | 0.38 |
| Hex | 6F | 16 | AB | 23 | 57 | 0 | 21 | 114 | 4D | 26 |
| Octal | 157 | 26 | 253 | 43 | 127 | 0 | 41 | 424 | 115 | 46 |
| Binary | 1101111 | 10110 | 10101011 | 100011 | 1010111 | 0 | 100001 | 100010100 | 1001101 | 100110 |
Color Harmonies of #6F16AB
Complementary color
Monochromatic Colors of #6F16AB
Black with #6F16AB
Text Example
Text Example
White with #6F16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F16AB; }
p { color: rgb(111,22,171); }
H1.HeaderClassName
{
color: #6F16AB;
}
.AnyTagClassName
{
color: #6F16AB;
}
</style>
background-color css
<style>
a { background-color: #6F16AB; }
a { background-color: rgb(111,22,171); }
div.DivClassName
{
background-color: #6F16AB;
}
.BgClassName
{
background-color: #6F16AB;
}
</style>
border-color css
<style>
span { border-color: #6F16AB; }
span { border-color: rgb(111,22,171); }
td.TdClassName
{
border-color: #6F16AB;
}
.TagClassName
{
border-color: #6F16AB;
}
</style>