Shades of Purple #6F167A
Tints of Purple #6F167A
RGB
CMYK
RGB Variations
Color information
#6F167A (or 0x6F167A) is known color: Purple. HEX triplet: 6F, 16 and 7A. RGB value is (111,22,122). Sum of RGB (Red+Green+Blue) = 111+22+122=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F167A is #90E985. Grayscale: #3B3B3B. Windows color (decimal): -9496966 or 8001135. OLE color: 8001135.
HSL color Cylindrical-coordinate representation of color #6F167A: hue angle of 293.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F167A is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 22 | 122 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.52 |
| HSL | 293.4º | 0.69% | 0.28% | - |
| HSV(B) | 293.4º | 0.82% | 0.48% | - |
| XYZ | 10.36 | 5.36 | 18.9 | - |
| YUV | 60.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 122 | 0.09 | 0.82 | 0 | 0.52 | 293.4 | 0.69 | 0.28 |
| Hex | 6F | 16 | 7A | 9 | 52 | 0 | 34 | 125 | 45 | 1C |
| Octal | 157 | 26 | 172 | 11 | 122 | 0 | 64 | 445 | 105 | 34 |
| Binary | 1101111 | 10110 | 1111010 | 1001 | 1010010 | 0 | 110100 | 100100101 | 1000101 | 11100 |
Color Harmonies of #6F167A
Complementary color
Monochromatic Colors of #6F167A
Black with #6F167A
Text Example
Text Example
White with #6F167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F167A; }
p { color: rgb(111,22,122); }
H1.HeaderClassName
{
color: #6F167A;
}
.AnyTagClassName
{
color: #6F167A;
}
</style>
background-color css
<style>
a { background-color: #6F167A; }
a { background-color: rgb(111,22,122); }
div.DivClassName
{
background-color: #6F167A;
}
.BgClassName
{
background-color: #6F167A;
}
</style>
border-color css
<style>
span { border-color: #6F167A; }
span { border-color: rgb(111,22,122); }
td.TdClassName
{
border-color: #6F167A;
}
.TagClassName
{
border-color: #6F167A;
}
</style>