Shades of Palatinate Purple #6F1163
Tints of Palatinate Purple #6F1163
RGB
CMYK
RGB Variations
Color information
#6F1163 (or 0x6F1163) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 63. RGB value is (111,17,99). Sum of RGB (Red+Green+Blue) = 111+17+99=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1163 is #90EE9C. Grayscale: #363636. Windows color (decimal): -9498269 or 6492527. OLE color: 6492527.
HSL color Cylindrical-coordinate representation of color #6F1163: hue angle of 307.66º 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 #6F1163 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 99 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.56 |
| HSL | 307.66º | 0.73% | 0.25% | - |
| HSV(B) | 307.66º | 0.85% | 0.44% | - |
| XYZ | 9.01 | 4.68 | 12.23 | - |
| YUV | 54.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 99 | 0 | 0.85 | 0.11 | 0.56 | 307.66 | 0.73 | 0.25 |
| Hex | 6F | 11 | 63 | 0 | 55 | B | 38 | 134 | 49 | 19 |
| Octal | 157 | 21 | 143 | 0 | 125 | 13 | 70 | 464 | 111 | 31 |
| Binary | 1101111 | 10001 | 1100011 | 0 | 1010101 | 1011 | 111000 | 100110100 | 1001001 | 11001 |
Color Harmonies of #6F1163
Complementary color
Monochromatic Colors of #6F1163
Black with #6F1163
Text Example
Text Example
White with #6F1163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1163; }
p { color: rgb(111,17,99); }
H1.HeaderClassName
{
color: #6F1163;
}
.AnyTagClassName
{
color: #6F1163;
}
</style>
background-color css
<style>
a { background-color: #6F1163; }
a { background-color: rgb(111,17,99); }
div.DivClassName
{
background-color: #6F1163;
}
.BgClassName
{
background-color: #6F1163;
}
</style>
border-color css
<style>
span { border-color: #6F1163; }
span { border-color: rgb(111,17,99); }
td.TdClassName
{
border-color: #6F1163;
}
.TagClassName
{
border-color: #6F1163;
}
</style>