Shades of Palatinate Purple #6F2956
Tints of Palatinate Purple #6F2956
RGB
CMYK
RGB Variations
Color information
#6F2956 (or 0x6F2956) is known color: Palatinate Purple. HEX triplet: 6F, 29 and 56. RGB value is (111,41,86). Sum of RGB (Red+Green+Blue) = 111+41+86=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2956 is #90D6A9. Grayscale: #424242. Windows color (decimal): -9492138 or 5646703. OLE color: 5646703.
HSL color Cylindrical-coordinate representation of color #6F2956: hue angle of 321.43º 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 #6F2956 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 86 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.56 |
| HSL | 321.43º | 0.46% | 0.3% | - |
| HSV(B) | 321.43º | 0.63% | 0.44% | - |
| XYZ | 9.03 | 5.64 | 9.42 | - |
| YUV | 67.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 86 | 0 | 0.63 | 0.23 | 0.56 | 321.43 | 0.46 | 0.3 |
| Hex | 6F | 29 | 56 | 0 | 3F | 17 | 38 | 141 | 2E | 1E |
| Octal | 157 | 51 | 126 | 0 | 77 | 27 | 70 | 501 | 56 | 36 |
| Binary | 1101111 | 101001 | 1010110 | 0 | 111111 | 10111 | 111000 | 101000001 | 101110 | 11110 |
Color Harmonies of #6F2956
Complementary color
Monochromatic Colors of #6F2956
Black with #6F2956
Text Example
Text Example
White with #6F2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2956; }
p { color: rgb(111,41,86); }
H1.HeaderClassName
{
color: #6F2956;
}
.AnyTagClassName
{
color: #6F2956;
}
</style>
background-color css
<style>
a { background-color: #6F2956; }
a { background-color: rgb(111,41,86); }
div.DivClassName
{
background-color: #6F2956;
}
.BgClassName
{
background-color: #6F2956;
}
</style>
border-color css
<style>
span { border-color: #6F2956; }
span { border-color: rgb(111,41,86); }
td.TdClassName
{
border-color: #6F2956;
}
.TagClassName
{
border-color: #6F2956;
}
</style>