Shades of Palatinate Purple #6F166B
Tints of Palatinate Purple #6F166B
RGB
CMYK
RGB Variations
Color information
#6F166B (or 0x6F166B) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 6B. RGB value is (111,22,107). Sum of RGB (Red+Green+Blue) = 111+22+107=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F166B is #90E994. Grayscale: #3A3A3A. Windows color (decimal): -9496981 or 7018095. OLE color: 7018095.
HSL color Cylindrical-coordinate representation of color #6F166B: hue angle of 302.7º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F166B is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 107 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.56 |
| HSL | 302.7º | 0.67% | 0.26% | - |
| HSV(B) | 302.7º | 0.8% | 0.44% | - |
| XYZ | 9.5 | 5.01 | 14.38 | - |
| YUV | 58.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 107 | 0 | 0.80 | 0.04 | 0.56 | 302.7 | 0.67 | 0.26 |
| Hex | 6F | 16 | 6B | 0 | 50 | 4 | 38 | 12F | 43 | 1A |
| Octal | 157 | 26 | 153 | 0 | 120 | 4 | 70 | 457 | 103 | 32 |
| Binary | 1101111 | 10110 | 1101011 | 0 | 1010000 | 100 | 111000 | 100101111 | 1000011 | 11010 |
Color Harmonies of #6F166B
Complementary color
Monochromatic Colors of #6F166B
Black with #6F166B
Text Example
Text Example
White with #6F166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F166B; }
p { color: rgb(111,22,107); }
H1.HeaderClassName
{
color: #6F166B;
}
.AnyTagClassName
{
color: #6F166B;
}
</style>
background-color css
<style>
a { background-color: #6F166B; }
a { background-color: rgb(111,22,107); }
div.DivClassName
{
background-color: #6F166B;
}
.BgClassName
{
background-color: #6F166B;
}
</style>
border-color css
<style>
span { border-color: #6F166B; }
span { border-color: rgb(111,22,107); }
td.TdClassName
{
border-color: #6F166B;
}
.TagClassName
{
border-color: #6F166B;
}
</style>