Shades of Palatinate Purple #6F2856
Tints of Palatinate Purple #6F2856
RGB
CMYK
RGB Variations
Color information
#6F2856 (or 0x6F2856) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 56. RGB value is (111,40,86). Sum of RGB (Red+Green+Blue) = 111+40+86=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2856 is #90D7A9. Grayscale: #424242. Windows color (decimal): -9492394 or 5646447. OLE color: 5646447.
HSL color Cylindrical-coordinate representation of color #6F2856: hue angle of 321.13º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2856 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 86 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.56 |
| HSL | 321.13º | 0.47% | 0.3% | - |
| HSV(B) | 321.13º | 0.64% | 0.44% | - |
| XYZ | 8.99 | 5.57 | 9.4 | - |
| YUV | 66.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 86 | 0 | 0.64 | 0.23 | 0.56 | 321.13 | 0.47 | 0.3 |
| Hex | 6F | 28 | 56 | 0 | 40 | 17 | 38 | 141 | 2F | 1E |
| Octal | 157 | 50 | 126 | 0 | 100 | 27 | 70 | 501 | 57 | 36 |
| Binary | 1101111 | 101000 | 1010110 | 0 | 1000000 | 10111 | 111000 | 101000001 | 101111 | 11110 |
Color Harmonies of #6F2856
Complementary color
Monochromatic Colors of #6F2856
Black with #6F2856
Text Example
Text Example
White with #6F2856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2856; }
p { color: rgb(111,40,86); }
H1.HeaderClassName
{
color: #6F2856;
}
.AnyTagClassName
{
color: #6F2856;
}
</style>
background-color css
<style>
a { background-color: #6F2856; }
a { background-color: rgb(111,40,86); }
div.DivClassName
{
background-color: #6F2856;
}
.BgClassName
{
background-color: #6F2856;
}
</style>
border-color css
<style>
span { border-color: #6F2856; }
span { border-color: rgb(111,40,86); }
td.TdClassName
{
border-color: #6F2856;
}
.TagClassName
{
border-color: #6F2856;
}
</style>