Shades of Purple #6F118B
Tints of Purple #6F118B
RGB
CMYK
RGB Variations
Color information
#6F118B (or 0x6F118B) is known color: Purple. HEX triplet: 6F, 11 and 8B. RGB value is (111,17,139). Sum of RGB (Red+Green+Blue) = 111+17+139=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F118B is #90EE74. Grayscale: #3A3A3A. Windows color (decimal): -9498229 or 9113967. OLE color: 9113967.
HSL color Cylindrical-coordinate representation of color #6F118B: hue angle of 286.23º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F118B is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 17 | 139 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.45 |
| HSL | 286.23º | 0.78% | 0.31% | - |
| HSV(B) | 286.23º | 0.88% | 0.55% | - |
| XYZ | 11.42 | 5.64 | 24.91 | - |
| YUV | 59.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 139 | 0.20 | 0.88 | 0 | 0.45 | 286.23 | 0.78 | 0.31 |
| Hex | 6F | 11 | 8B | 14 | 58 | 0 | 2D | 11E | 4E | 1F |
| Octal | 157 | 21 | 213 | 24 | 130 | 0 | 55 | 436 | 116 | 37 |
| Binary | 1101111 | 10001 | 10001011 | 10100 | 1011000 | 0 | 101101 | 100011110 | 1001110 | 11111 |
Color Harmonies of #6F118B
Complementary color
Monochromatic Colors of #6F118B
Black with #6F118B
Text Example
Text Example
White with #6F118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F118B; }
p { color: rgb(111,17,139); }
H1.HeaderClassName
{
color: #6F118B;
}
.AnyTagClassName
{
color: #6F118B;
}
</style>
background-color css
<style>
a { background-color: #6F118B; }
a { background-color: rgb(111,17,139); }
div.DivClassName
{
background-color: #6F118B;
}
.BgClassName
{
background-color: #6F118B;
}
</style>
border-color css
<style>
span { border-color: #6F118B; }
span { border-color: rgb(111,17,139); }
td.TdClassName
{
border-color: #6F118B;
}
.TagClassName
{
border-color: #6F118B;
}
</style>