Shades of Purple #6F0686
Tints of Purple #6F0686
RGB
CMYK
RGB Variations
Color information
#6F0686 (or 0x6F0686) is known color: Purple. HEX triplet: 6F, 06 and 86. RGB value is (111,6,134). Sum of RGB (Red+Green+Blue) = 111+6+134=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F0686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0686 is #90F979. Grayscale: #333333. Windows color (decimal): -9501050 or 8783471. OLE color: 8783471.
HSL color Cylindrical-coordinate representation of color #6F0686: hue angle of 289.22º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0686 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 6 | 134 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.47 |
| HSL | 289.22º | 0.91% | 0.27% | - |
| HSV(B) | 289.22º | 0.96% | 0.53% | - |
| XYZ | 10.92 | 5.23 | 22.99 | - |
| YUV | 51.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 134 | 0.17 | 0.96 | 0 | 0.47 | 289.22 | 0.91 | 0.27 |
| Hex | 6F | 6 | 86 | 11 | 60 | 0 | 2F | 121 | 5B | 1B |
| Octal | 157 | 6 | 206 | 21 | 140 | 0 | 57 | 441 | 133 | 33 |
| Binary | 1101111 | 110 | 10000110 | 10001 | 1100000 | 0 | 101111 | 100100001 | 1011011 | 11011 |
Color Harmonies of #6F0686
Complementary color
Monochromatic Colors of #6F0686
Black with #6F0686
Text Example
Text Example
White with #6F0686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0686; }
p { color: rgb(111,6,134); }
H1.HeaderClassName
{
color: #6F0686;
}
.AnyTagClassName
{
color: #6F0686;
}
</style>
background-color css
<style>
a { background-color: #6F0686; }
a { background-color: rgb(111,6,134); }
div.DivClassName
{
background-color: #6F0686;
}
.BgClassName
{
background-color: #6F0686;
}
</style>
border-color css
<style>
span { border-color: #6F0686; }
span { border-color: rgb(111,6,134); }
td.TdClassName
{
border-color: #6F0686;
}
.TagClassName
{
border-color: #6F0686;
}
</style>