Shades of Palatinate Purple #6F2756
Tints of Palatinate Purple #6F2756
RGB
CMYK
RGB Variations
Color information
#6F2756 (or 0x6F2756) is known color: Palatinate Purple. HEX triplet: 6F, 27 and 56. RGB value is (111,39,86). Sum of RGB (Red+Green+Blue) = 111+39+86=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2756 is #90D8A9. Grayscale: #414141. Windows color (decimal): -9492650 or 5646191. OLE color: 5646191.
HSL color Cylindrical-coordinate representation of color #6F2756: hue angle of 320.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2756 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 86 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.56 |
| HSL | 320.83º | 0.48% | 0.29% | - |
| HSV(B) | 320.83º | 0.65% | 0.44% | - |
| XYZ | 8.96 | 5.5 | 9.39 | - |
| YUV | 65.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 86 | 0 | 0.65 | 0.23 | 0.56 | 320.83 | 0.48 | 0.29 |
| Hex | 6F | 27 | 56 | 0 | 41 | 17 | 38 | 141 | 30 | 1D |
| Octal | 157 | 47 | 126 | 0 | 101 | 27 | 70 | 501 | 60 | 35 |
| Binary | 1101111 | 100111 | 1010110 | 0 | 1000001 | 10111 | 111000 | 101000001 | 110000 | 11101 |
Color Harmonies of #6F2756
Complementary color
Monochromatic Colors of #6F2756
Black with #6F2756
Text Example
Text Example
White with #6F2756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2756; }
p { color: rgb(111,39,86); }
H1.HeaderClassName
{
color: #6F2756;
}
.AnyTagClassName
{
color: #6F2756;
}
</style>
background-color css
<style>
a { background-color: #6F2756; }
a { background-color: rgb(111,39,86); }
div.DivClassName
{
background-color: #6F2756;
}
.BgClassName
{
background-color: #6F2756;
}
</style>
border-color css
<style>
span { border-color: #6F2756; }
span { border-color: rgb(111,39,86); }
td.TdClassName
{
border-color: #6F2756;
}
.TagClassName
{
border-color: #6F2756;
}
</style>