Shades of Purple #6F1176
Tints of Purple #6F1176
RGB
CMYK
RGB Variations
Color information
#6F1176 (or 0x6F1176) is known color: Purple. HEX triplet: 6F, 11 and 76. RGB value is (111,17,118). Sum of RGB (Red+Green+Blue) = 111+17+118=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F1176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1176 is #90EE89. Grayscale: #383838. Windows color (decimal): -9498250 or 7737711. OLE color: 7737711.
HSL color Cylindrical-coordinate representation of color #6F1176: hue angle of 295.84º degrees, saturation: 0.75, 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 #6F1176 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 17 | 118 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.54 |
| HSL | 295.84º | 0.75% | 0.26% | - |
| HSV(B) | 295.84º | 0.86% | 0.46% | - |
| XYZ | 10.03 | 5.09 | 17.59 | - |
| YUV | 56.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 118 | 0.06 | 0.86 | 0 | 0.54 | 295.84 | 0.75 | 0.26 |
| Hex | 6F | 11 | 76 | 6 | 56 | 0 | 36 | 128 | 4B | 1A |
| Octal | 157 | 21 | 166 | 6 | 126 | 0 | 66 | 450 | 113 | 32 |
| Binary | 1101111 | 10001 | 1110110 | 110 | 1010110 | 0 | 110110 | 100101000 | 1001011 | 11010 |
Color Harmonies of #6F1176
Complementary color
Monochromatic Colors of #6F1176
Black with #6F1176
Text Example
Text Example
White with #6F1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1176; }
p { color: rgb(111,17,118); }
H1.HeaderClassName
{
color: #6F1176;
}
.AnyTagClassName
{
color: #6F1176;
}
</style>
background-color css
<style>
a { background-color: #6F1176; }
a { background-color: rgb(111,17,118); }
div.DivClassName
{
background-color: #6F1176;
}
.BgClassName
{
background-color: #6F1176;
}
</style>
border-color css
<style>
span { border-color: #6F1176; }
span { border-color: rgb(111,17,118); }
td.TdClassName
{
border-color: #6F1176;
}
.TagClassName
{
border-color: #6F1176;
}
</style>