Shades of Palatinate Purple #6F2968
Tints of Palatinate Purple #6F2968
RGB
CMYK
RGB Variations
Color information
#6F2968 (or 0x6F2968) is known color: Palatinate Purple. HEX triplet: 6F, 29 and 68. RGB value is (111,41,104). Sum of RGB (Red+Green+Blue) = 111+41+104=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2968 is #90D697. Grayscale: #444444. Windows color (decimal): -9492120 or 6826351. OLE color: 6826351.
HSL color Cylindrical-coordinate representation of color #6F2968: hue angle of 306º 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 #6F2968 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 104 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.56 |
| HSL | 306º | 0.46% | 0.3% | - |
| HSV(B) | 306º | 0.63% | 0.44% | - |
| XYZ | 9.85 | 5.96 | 13.73 | - |
| YUV | 69.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 104 | 0 | 0.63 | 0.06 | 0.56 | 306 | 0.46 | 0.3 |
| Hex | 6F | 29 | 68 | 0 | 3F | 6 | 38 | 132 | 2E | 1E |
| Octal | 157 | 51 | 150 | 0 | 77 | 6 | 70 | 462 | 56 | 36 |
| Binary | 1101111 | 101001 | 1101000 | 0 | 111111 | 110 | 111000 | 100110010 | 101110 | 11110 |
Color Harmonies of #6F2968
Complementary color
Monochromatic Colors of #6F2968
Black with #6F2968
Text Example
Text Example
White with #6F2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2968; }
p { color: rgb(111,41,104); }
H1.HeaderClassName
{
color: #6F2968;
}
.AnyTagClassName
{
color: #6F2968;
}
</style>
background-color css
<style>
a { background-color: #6F2968; }
a { background-color: rgb(111,41,104); }
div.DivClassName
{
background-color: #6F2968;
}
.BgClassName
{
background-color: #6F2968;
}
</style>
border-color css
<style>
span { border-color: #6F2968; }
span { border-color: rgb(111,41,104); }
td.TdClassName
{
border-color: #6F2968;
}
.TagClassName
{
border-color: #6F2968;
}
</style>