Shades of Palatinate Purple #6F1159
Tints of Palatinate Purple #6F1159
RGB
CMYK
RGB Variations
Color information
#6F1159 (or 0x6F1159) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 59. RGB value is (111,17,89). Sum of RGB (Red+Green+Blue) = 111+17+89=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1159 is #90EEA6. Grayscale: #353535. Windows color (decimal): -9498279 or 5837167. OLE color: 5837167.
HSL color Cylindrical-coordinate representation of color #6F1159: hue angle of 314.04º 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 #6F1159 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 89 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.56 |
| HSL | 314.04º | 0.73% | 0.25% | - |
| HSV(B) | 314.04º | 0.85% | 0.44% | - |
| XYZ | 8.56 | 4.5 | 9.87 | - |
| YUV | 53.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 89 | 0 | 0.85 | 0.20 | 0.56 | 314.04 | 0.73 | 0.25 |
| Hex | 6F | 11 | 59 | 0 | 55 | 14 | 38 | 13A | 49 | 19 |
| Octal | 157 | 21 | 131 | 0 | 125 | 24 | 70 | 472 | 111 | 31 |
| Binary | 1101111 | 10001 | 1011001 | 0 | 1010101 | 10100 | 111000 | 100111010 | 1001001 | 11001 |
Color Harmonies of #6F1159
Complementary color
Monochromatic Colors of #6F1159
Black with #6F1159
Text Example
Text Example
White with #6F1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1159; }
p { color: rgb(111,17,89); }
H1.HeaderClassName
{
color: #6F1159;
}
.AnyTagClassName
{
color: #6F1159;
}
</style>
background-color css
<style>
a { background-color: #6F1159; }
a { background-color: rgb(111,17,89); }
div.DivClassName
{
background-color: #6F1159;
}
.BgClassName
{
background-color: #6F1159;
}
</style>
border-color css
<style>
span { border-color: #6F1159; }
span { border-color: rgb(111,17,89); }
td.TdClassName
{
border-color: #6F1159;
}
.TagClassName
{
border-color: #6F1159;
}
</style>