Shades of Purple #6F0979
Tints of Purple #6F0979
RGB
CMYK
RGB Variations
Color information
#6F0979 (or 0x6F0979) is known color: Purple. HEX triplet: 6F, 09 and 79. RGB value is (111,9,121). Sum of RGB (Red+Green+Blue) = 111+9+121=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F0979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0979 is #90F686. Grayscale: #333333. Windows color (decimal): -9500295 or 7932271. OLE color: 7932271.
HSL color Cylindrical-coordinate representation of color #6F0979: hue angle of 294.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0979 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 9 | 121 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.53 |
| HSL | 294.64º | 0.86% | 0.25% | - |
| HSV(B) | 294.64º | 0.93% | 0.47% | - |
| XYZ | 10.1 | 4.96 | 18.51 | - |
| YUV | 52.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 121 | 0.08 | 0.93 | 0 | 0.53 | 294.64 | 0.86 | 0.25 |
| Hex | 6F | 9 | 79 | 8 | 5D | 0 | 35 | 127 | 56 | 19 |
| Octal | 157 | 11 | 171 | 10 | 135 | 0 | 65 | 447 | 126 | 31 |
| Binary | 1101111 | 1001 | 1111001 | 1000 | 1011101 | 0 | 110101 | 100100111 | 1010110 | 11001 |
Color Harmonies of #6F0979
Complementary color
Monochromatic Colors of #6F0979
Black with #6F0979
Text Example
Text Example
White with #6F0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0979; }
p { color: rgb(111,9,121); }
H1.HeaderClassName
{
color: #6F0979;
}
.AnyTagClassName
{
color: #6F0979;
}
</style>
background-color css
<style>
a { background-color: #6F0979; }
a { background-color: rgb(111,9,121); }
div.DivClassName
{
background-color: #6F0979;
}
.BgClassName
{
background-color: #6F0979;
}
</style>
border-color css
<style>
span { border-color: #6F0979; }
span { border-color: rgb(111,9,121); }
td.TdClassName
{
border-color: #6F0979;
}
.TagClassName
{
border-color: #6F0979;
}
</style>