Shades of Palatinate Purple #6F1056
Tints of Palatinate Purple #6F1056
RGB
CMYK
RGB Variations
Color information
#6F1056 (or 0x6F1056) is known color: Palatinate Purple. HEX triplet: 6F, 10 and 56. RGB value is (111,16,86). Sum of RGB (Red+Green+Blue) = 111+16+86=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1056 is #90EFA9. Grayscale: #343434. Windows color (decimal): -9498538 or 5640303. OLE color: 5640303.
HSL color Cylindrical-coordinate representation of color #6F1056: hue angle of 315.79º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1056 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 86 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.56 |
| HSL | 315.79º | 0.75% | 0.25% | - |
| HSV(B) | 315.79º | 0.86% | 0.44% | - |
| XYZ | 8.42 | 4.42 | 9.21 | - |
| YUV | 52.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 86 | 0 | 0.86 | 0.23 | 0.56 | 315.79 | 0.75 | 0.25 |
| Hex | 6F | 10 | 56 | 0 | 56 | 17 | 38 | 13C | 4B | 19 |
| Octal | 157 | 20 | 126 | 0 | 126 | 27 | 70 | 474 | 113 | 31 |
| Binary | 1101111 | 10000 | 1010110 | 0 | 1010110 | 10111 | 111000 | 100111100 | 1001011 | 11001 |
Color Harmonies of #6F1056
Complementary color
Monochromatic Colors of #6F1056
Black with #6F1056
Text Example
Text Example
White with #6F1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1056; }
p { color: rgb(111,16,86); }
H1.HeaderClassName
{
color: #6F1056;
}
.AnyTagClassName
{
color: #6F1056;
}
</style>
background-color css
<style>
a { background-color: #6F1056; }
a { background-color: rgb(111,16,86); }
div.DivClassName
{
background-color: #6F1056;
}
.BgClassName
{
background-color: #6F1056;
}
</style>
border-color css
<style>
span { border-color: #6F1056; }
span { border-color: rgb(111,16,86); }
td.TdClassName
{
border-color: #6F1056;
}
.TagClassName
{
border-color: #6F1056;
}
</style>