Shades of Palatinate Purple #6F4166
Tints of Palatinate Purple #6F4166
RGB
CMYK
RGB Variations
Color information
#6F4166 (or 0x6F4166) is known color: Palatinate Purple. HEX triplet: 6F, 41 and 66. RGB value is (111,65,102). Sum of RGB (Red+Green+Blue) = 111+65+102=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4166 is #90BE99. Grayscale: #525252. Windows color (decimal): -9485978 or 6701423. OLE color: 6701423.
HSL color Cylindrical-coordinate representation of color #6F4166: hue angle of 311.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4166 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 102 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.56 |
| HSL | 311.74º | 0.26% | 0.35% | - |
| HSV(B) | 311.74º | 0.41% | 0.44% | - |
| XYZ | 10.84 | 8.12 | 13.57 | - |
| YUV | 82.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 102 | 0 | 0.41 | 0.08 | 0.56 | 311.74 | 0.26 | 0.35 |
| Hex | 6F | 41 | 66 | 0 | 29 | 8 | 38 | 138 | 1A | 23 |
| Octal | 157 | 101 | 146 | 0 | 51 | 10 | 70 | 470 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1100110 | 0 | 101001 | 1000 | 111000 | 100111000 | 11010 | 100011 |
Color Harmonies of #6F4166
Complementary color
Monochromatic Colors of #6F4166
Black with #6F4166
Text Example
Text Example
White with #6F4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4166; }
p { color: rgb(111,65,102); }
H1.HeaderClassName
{
color: #6F4166;
}
.AnyTagClassName
{
color: #6F4166;
}
</style>
background-color css
<style>
a { background-color: #6F4166; }
a { background-color: rgb(111,65,102); }
div.DivClassName
{
background-color: #6F4166;
}
.BgClassName
{
background-color: #6F4166;
}
</style>
border-color css
<style>
span { border-color: #6F4166; }
span { border-color: rgb(111,65,102); }
td.TdClassName
{
border-color: #6F4166;
}
.TagClassName
{
border-color: #6F4166;
}
</style>