Shades of Palatinate Purple #6F2957
Tints of Palatinate Purple #6F2957
RGB
CMYK
RGB Variations
Color information
#6F2957 (or 0x6F2957) is known color: Palatinate Purple. HEX triplet: 6F, 29 and 57. RGB value is (111,41,87). Sum of RGB (Red+Green+Blue) = 111+41+87=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2957 is #90D6A8. Grayscale: #434343. Windows color (decimal): -9492137 or 5712239. OLE color: 5712239.
HSL color Cylindrical-coordinate representation of color #6F2957: hue angle of 320.57º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F2957 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 87 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.56 |
| HSL | 320.57º | 0.46% | 0.3% | - |
| HSV(B) | 320.57º | 0.63% | 0.44% | - |
| XYZ | 9.07 | 5.65 | 9.63 | - |
| YUV | 67.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 87 | 0 | 0.63 | 0.22 | 0.56 | 320.57 | 0.46 | 0.3 |
| Hex | 6F | 29 | 57 | 0 | 3F | 16 | 38 | 141 | 2E | 1E |
| Octal | 157 | 51 | 127 | 0 | 77 | 26 | 70 | 501 | 56 | 36 |
| Binary | 1101111 | 101001 | 1010111 | 0 | 111111 | 10110 | 111000 | 101000001 | 101110 | 11110 |
Color Harmonies of #6F2957
Complementary color
Monochromatic Colors of #6F2957
Black with #6F2957
Text Example
Text Example
White with #6F2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2957; }
p { color: rgb(111,41,87); }
H1.HeaderClassName
{
color: #6F2957;
}
.AnyTagClassName
{
color: #6F2957;
}
</style>
background-color css
<style>
a { background-color: #6F2957; }
a { background-color: rgb(111,41,87); }
div.DivClassName
{
background-color: #6F2957;
}
.BgClassName
{
background-color: #6F2957;
}
</style>
border-color css
<style>
span { border-color: #6F2957; }
span { border-color: rgb(111,41,87); }
td.TdClassName
{
border-color: #6F2957;
}
.TagClassName
{
border-color: #6F2957;
}
</style>