Shades of Palatinate Purple #6F1166
Tints of Palatinate Purple #6F1166
RGB
CMYK
RGB Variations
Color information
#6F1166 (or 0x6F1166) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 66. RGB value is (111,17,102). Sum of RGB (Red+Green+Blue) = 111+17+102=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1166 is #90EE99. Grayscale: #363636. Windows color (decimal): -9498266 or 6689135. OLE color: 6689135.
HSL color Cylindrical-coordinate representation of color #6F1166: hue angle of 305.74º degrees, saturation: 0.73, 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 #6F1166 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 102 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.56 |
| HSL | 305.74º | 0.73% | 0.25% | - |
| HSV(B) | 305.74º | 0.85% | 0.44% | - |
| XYZ | 9.15 | 4.74 | 13 | - |
| YUV | 54.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 102 | 0 | 0.85 | 0.08 | 0.56 | 305.74 | 0.73 | 0.25 |
| Hex | 6F | 11 | 66 | 0 | 55 | 8 | 38 | 132 | 49 | 19 |
| Octal | 157 | 21 | 146 | 0 | 125 | 10 | 70 | 462 | 111 | 31 |
| Binary | 1101111 | 10001 | 1100110 | 0 | 1010101 | 1000 | 111000 | 100110010 | 1001001 | 11001 |
Color Harmonies of #6F1166
Complementary color
Monochromatic Colors of #6F1166
Black with #6F1166
Text Example
Text Example
White with #6F1166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1166; }
p { color: rgb(111,17,102); }
H1.HeaderClassName
{
color: #6F1166;
}
.AnyTagClassName
{
color: #6F1166;
}
</style>
background-color css
<style>
a { background-color: #6F1166; }
a { background-color: rgb(111,17,102); }
div.DivClassName
{
background-color: #6F1166;
}
.BgClassName
{
background-color: #6F1166;
}
</style>
border-color css
<style>
span { border-color: #6F1166; }
span { border-color: rgb(111,17,102); }
td.TdClassName
{
border-color: #6F1166;
}
.TagClassName
{
border-color: #6F1166;
}
</style>