Shades of Purple #6F1076
Tints of Purple #6F1076
RGB
CMYK
RGB Variations
Color information
#6F1076 (or 0x6F1076) is known color: Purple. HEX triplet: 6F, 10 and 76. RGB value is (111,16,118). Sum of RGB (Red+Green+Blue) = 111+16+118=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F1076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1076 is #90EF89. Grayscale: #373737. Windows color (decimal): -9498506 or 7737455. OLE color: 7737455.
HSL color Cylindrical-coordinate representation of color #6F1076: hue angle of 295.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1076 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 16 | 118 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.54 |
| HSL | 295.88º | 0.76% | 0.26% | - |
| HSV(B) | 295.88º | 0.86% | 0.46% | - |
| XYZ | 10.01 | 5.06 | 17.59 | - |
| YUV | 56.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 118 | 0.06 | 0.86 | 0 | 0.54 | 295.88 | 0.76 | 0.26 |
| Hex | 6F | 10 | 76 | 6 | 56 | 0 | 36 | 128 | 4C | 1A |
| Octal | 157 | 20 | 166 | 6 | 126 | 0 | 66 | 450 | 114 | 32 |
| Binary | 1101111 | 10000 | 1110110 | 110 | 1010110 | 0 | 110110 | 100101000 | 1001100 | 11010 |
Color Harmonies of #6F1076
Complementary color
Monochromatic Colors of #6F1076
Black with #6F1076
Text Example
Text Example
White with #6F1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1076; }
p { color: rgb(111,16,118); }
H1.HeaderClassName
{
color: #6F1076;
}
.AnyTagClassName
{
color: #6F1076;
}
</style>
background-color css
<style>
a { background-color: #6F1076; }
a { background-color: rgb(111,16,118); }
div.DivClassName
{
background-color: #6F1076;
}
.BgClassName
{
background-color: #6F1076;
}
</style>
border-color css
<style>
span { border-color: #6F1076; }
span { border-color: rgb(111,16,118); }
td.TdClassName
{
border-color: #6F1076;
}
.TagClassName
{
border-color: #6F1076;
}
</style>