Shades of Palatinate Purple #6F3163
Tints of Palatinate Purple #6F3163
RGB
CMYK
RGB Variations
Color information
#6F3163 (or 0x6F3163) is known color: Palatinate Purple. HEX triplet: 6F, 31 and 63. RGB value is (111,49,99). Sum of RGB (Red+Green+Blue) = 111+49+99=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3163 is #90CE9C. Grayscale: #494949. Windows color (decimal): -9490077 or 6500719. OLE color: 6500719.
HSL color Cylindrical-coordinate representation of color #6F3163: hue angle of 311.61º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3163 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 99 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.56 |
| HSL | 311.61º | 0.39% | 0.31% | - |
| HSV(B) | 311.61º | 0.56% | 0.44% | - |
| XYZ | 9.91 | 6.48 | 12.53 | - |
| YUV | 73.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 99 | 0 | 0.56 | 0.11 | 0.56 | 311.61 | 0.39 | 0.31 |
| Hex | 6F | 31 | 63 | 0 | 38 | B | 38 | 138 | 27 | 1F |
| Octal | 157 | 61 | 143 | 0 | 70 | 13 | 70 | 470 | 47 | 37 |
| Binary | 1101111 | 110001 | 1100011 | 0 | 111000 | 1011 | 111000 | 100111000 | 100111 | 11111 |
Color Harmonies of #6F3163
Complementary color
Monochromatic Colors of #6F3163
Black with #6F3163
Text Example
Text Example
White with #6F3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3163; }
p { color: rgb(111,49,99); }
H1.HeaderClassName
{
color: #6F3163;
}
.AnyTagClassName
{
color: #6F3163;
}
</style>
background-color css
<style>
a { background-color: #6F3163; }
a { background-color: rgb(111,49,99); }
div.DivClassName
{
background-color: #6F3163;
}
.BgClassName
{
background-color: #6F3163;
}
</style>
border-color css
<style>
span { border-color: #6F3163; }
span { border-color: rgb(111,49,99); }
td.TdClassName
{
border-color: #6F3163;
}
.TagClassName
{
border-color: #6F3163;
}
</style>