Shades of Palatinate Purple #6F4165
Tints of Palatinate Purple #6F4165
RGB
CMYK
RGB Variations
Color information
#6F4165 (or 0x6F4165) is known color: Palatinate Purple. HEX triplet: 6F, 41 and 65. RGB value is (111,65,101). Sum of RGB (Red+Green+Blue) = 111+65+101=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4165 is #90BE9A. Grayscale: #525252. Windows color (decimal): -9485979 or 6635887. OLE color: 6635887.
HSL color Cylindrical-coordinate representation of color #6F4165: hue angle of 313.04º 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 #6F4165 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 101 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.56 |
| HSL | 313.04º | 0.26% | 0.35% | - |
| HSV(B) | 313.04º | 0.41% | 0.44% | - |
| XYZ | 10.79 | 8.1 | 13.31 | - |
| YUV | 82.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 101 | 0 | 0.41 | 0.09 | 0.56 | 313.04 | 0.26 | 0.35 |
| Hex | 6F | 41 | 65 | 0 | 29 | 9 | 38 | 139 | 1A | 23 |
| Octal | 157 | 101 | 145 | 0 | 51 | 11 | 70 | 471 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1100101 | 0 | 101001 | 1001 | 111000 | 100111001 | 11010 | 100011 |
Color Harmonies of #6F4165
Complementary color
Monochromatic Colors of #6F4165
Black with #6F4165
Text Example
Text Example
White with #6F4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4165; }
p { color: rgb(111,65,101); }
H1.HeaderClassName
{
color: #6F4165;
}
.AnyTagClassName
{
color: #6F4165;
}
</style>
background-color css
<style>
a { background-color: #6F4165; }
a { background-color: rgb(111,65,101); }
div.DivClassName
{
background-color: #6F4165;
}
.BgClassName
{
background-color: #6F4165;
}
</style>
border-color css
<style>
span { border-color: #6F4165; }
span { border-color: rgb(111,65,101); }
td.TdClassName
{
border-color: #6F4165;
}
.TagClassName
{
border-color: #6F4165;
}
</style>