Shades of Purple #6F167F
Tints of Purple #6F167F
RGB
CMYK
RGB Variations
Color information
#6F167F (or 0x6F167F) is known color: Purple. HEX triplet: 6F, 16 and 7F. RGB value is (111,22,127). Sum of RGB (Red+Green+Blue) = 111+22+127=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F167F is #90E980. Grayscale: #3C3C3C. Windows color (decimal): -9496961 or 8328815. OLE color: 8328815.
HSL color Cylindrical-coordinate representation of color #6F167F: hue angle of 290.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F167F is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 22 | 127 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.50 |
| HSL | 290.86º | 0.7% | 0.29% | - |
| HSV(B) | 290.86º | 0.83% | 0.5% | - |
| XYZ | 10.67 | 5.49 | 20.57 | - |
| YUV | 60.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 127 | 0.13 | 0.83 | 0 | 0.50 | 290.86 | 0.7 | 0.29 |
| Hex | 6F | 16 | 7F | D | 53 | 0 | 32 | 123 | 46 | 1D |
| Octal | 157 | 26 | 177 | 15 | 123 | 0 | 62 | 443 | 106 | 35 |
| Binary | 1101111 | 10110 | 1111111 | 1101 | 1010011 | 0 | 110010 | 100100011 | 1000110 | 11101 |
Color Harmonies of #6F167F
Complementary color
Monochromatic Colors of #6F167F
Black with #6F167F
Text Example
Text Example
White with #6F167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F167F; }
p { color: rgb(111,22,127); }
H1.HeaderClassName
{
color: #6F167F;
}
.AnyTagClassName
{
color: #6F167F;
}
</style>
background-color css
<style>
a { background-color: #6F167F; }
a { background-color: rgb(111,22,127); }
div.DivClassName
{
background-color: #6F167F;
}
.BgClassName
{
background-color: #6F167F;
}
</style>
border-color css
<style>
span { border-color: #6F167F; }
span { border-color: rgb(111,22,127); }
td.TdClassName
{
border-color: #6F167F;
}
.TagClassName
{
border-color: #6F167F;
}
</style>