Shades of Purple #6F168D
Tints of Purple #6F168D
RGB
CMYK
RGB Variations
Color information
#6F168D (or 0x6F168D) is known color: Purple. HEX triplet: 6F, 16 and 8D. RGB value is (111,22,141). Sum of RGB (Red+Green+Blue) = 111+22+141=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F168D is #90E972. Grayscale: #3D3D3D. Windows color (decimal): -9496947 or 9246319. OLE color: 9246319.
HSL color Cylindrical-coordinate representation of color #6F168D: hue angle of 284.87º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F168D is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 22 | 141 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.45 |
| HSL | 284.87º | 0.73% | 0.32% | - |
| HSV(B) | 284.87º | 0.84% | 0.55% | - |
| XYZ | 11.65 | 5.88 | 25.72 | - |
| YUV | 62.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 141 | 0.21 | 0.84 | 0 | 0.45 | 284.87 | 0.73 | 0.32 |
| Hex | 6F | 16 | 8D | 15 | 54 | 0 | 2D | 11D | 49 | 20 |
| Octal | 157 | 26 | 215 | 25 | 124 | 0 | 55 | 435 | 111 | 40 |
| Binary | 1101111 | 10110 | 10001101 | 10101 | 1010100 | 0 | 101101 | 100011101 | 1001001 | 100000 |
Color Harmonies of #6F168D
Complementary color
Monochromatic Colors of #6F168D
Black with #6F168D
Text Example
Text Example
White with #6F168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F168D; }
p { color: rgb(111,22,141); }
H1.HeaderClassName
{
color: #6F168D;
}
.AnyTagClassName
{
color: #6F168D;
}
</style>
background-color css
<style>
a { background-color: #6F168D; }
a { background-color: rgb(111,22,141); }
div.DivClassName
{
background-color: #6F168D;
}
.BgClassName
{
background-color: #6F168D;
}
</style>
border-color css
<style>
span { border-color: #6F168D; }
span { border-color: rgb(111,22,141); }
td.TdClassName
{
border-color: #6F168D;
}
.TagClassName
{
border-color: #6F168D;
}
</style>