Shades of Purple #6F1170
Tints of Purple #6F1170
RGB
CMYK
RGB Variations
Color information
#6F1170 (or 0x6F1170) is known color: Purple. HEX triplet: 6F, 11 and 70. RGB value is (111,17,112). Sum of RGB (Red+Green+Blue) = 111+17+112=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F1170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1170 is #90EE8F. Grayscale: #373737. Windows color (decimal): -9498256 or 7344495. OLE color: 7344495.
HSL color Cylindrical-coordinate representation of color #6F1170: hue angle of 299.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1170 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 112 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.56 |
| HSL | 299.37º | 0.74% | 0.25% | - |
| HSV(B) | 299.37º | 0.85% | 0.44% | - |
| XYZ | 9.68 | 4.95 | 15.77 | - |
| YUV | 55.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 112 | 0.01 | 0.85 | 0 | 0.56 | 299.37 | 0.74 | 0.25 |
| Hex | 6F | 11 | 70 | 1 | 55 | 0 | 38 | 12B | 4A | 19 |
| Octal | 157 | 21 | 160 | 1 | 125 | 0 | 70 | 453 | 112 | 31 |
| Binary | 1101111 | 10001 | 1110000 | 1 | 1010101 | 0 | 111000 | 100101011 | 1001010 | 11001 |
Color Harmonies of #6F1170
Complementary color
Monochromatic Colors of #6F1170
Black with #6F1170
Text Example
Text Example
White with #6F1170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1170; }
p { color: rgb(111,17,112); }
H1.HeaderClassName
{
color: #6F1170;
}
.AnyTagClassName
{
color: #6F1170;
}
</style>
background-color css
<style>
a { background-color: #6F1170; }
a { background-color: rgb(111,17,112); }
div.DivClassName
{
background-color: #6F1170;
}
.BgClassName
{
background-color: #6F1170;
}
</style>
border-color css
<style>
span { border-color: #6F1170; }
span { border-color: rgb(111,17,112); }
td.TdClassName
{
border-color: #6F1170;
}
.TagClassName
{
border-color: #6F1170;
}
</style>