Shades of Purple #6F178B
Tints of Purple #6F178B
RGB
CMYK
RGB Variations
Color information
#6F178B (or 0x6F178B) is known color: Purple. HEX triplet: 6F, 17 and 8B. RGB value is (111,23,139). Sum of RGB (Red+Green+Blue) = 111+23+139=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F178B is #90E874. Grayscale: #3E3E3E. Windows color (decimal): -9496693 or 9115503. OLE color: 9115503.
HSL color Cylindrical-coordinate representation of color #6F178B: hue angle of 285.52º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F178B is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 23 | 139 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.45 |
| HSL | 285.52º | 0.72% | 0.32% | - |
| HSV(B) | 285.52º | 0.83% | 0.55% | - |
| XYZ | 11.52 | 5.86 | 24.95 | - |
| YUV | 62.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 139 | 0.20 | 0.83 | 0 | 0.45 | 285.52 | 0.72 | 0.32 |
| Hex | 6F | 17 | 8B | 14 | 53 | 0 | 2D | 11E | 48 | 20 |
| Octal | 157 | 27 | 213 | 24 | 123 | 0 | 55 | 436 | 110 | 40 |
| Binary | 1101111 | 10111 | 10001011 | 10100 | 1010011 | 0 | 101101 | 100011110 | 1001000 | 100000 |
Color Harmonies of #6F178B
Complementary color
Monochromatic Colors of #6F178B
Black with #6F178B
Text Example
Text Example
White with #6F178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F178B; }
p { color: rgb(111,23,139); }
H1.HeaderClassName
{
color: #6F178B;
}
.AnyTagClassName
{
color: #6F178B;
}
</style>
background-color css
<style>
a { background-color: #6F178B; }
a { background-color: rgb(111,23,139); }
div.DivClassName
{
background-color: #6F178B;
}
.BgClassName
{
background-color: #6F178B;
}
</style>
border-color css
<style>
span { border-color: #6F178B; }
span { border-color: rgb(111,23,139); }
td.TdClassName
{
border-color: #6F178B;
}
.TagClassName
{
border-color: #6F178B;
}
</style>