Shades of Palatinate Purple #6F4163
Tints of Palatinate Purple #6F4163
RGB
CMYK
RGB Variations
Color information
#6F4163 (or 0x6F4163) is known color: Palatinate Purple. HEX triplet: 6F, 41 and 63. RGB value is (111,65,99). Sum of RGB (Red+Green+Blue) = 111+65+99=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4163 is #90BE9C. Grayscale: #525252. Windows color (decimal): -9485981 or 6504815. OLE color: 6504815.
HSL color Cylindrical-coordinate representation of color #6F4163: hue angle of 315.65º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4163 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 99 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.56 |
| HSL | 315.65º | 0.26% | 0.35% | - |
| HSV(B) | 315.65º | 0.41% | 0.44% | - |
| XYZ | 10.7 | 8.06 | 12.8 | - |
| YUV | 82.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 99 | 0 | 0.41 | 0.11 | 0.56 | 315.65 | 0.26 | 0.35 |
| Hex | 6F | 41 | 63 | 0 | 29 | B | 38 | 13C | 1A | 23 |
| Octal | 157 | 101 | 143 | 0 | 51 | 13 | 70 | 474 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1100011 | 0 | 101001 | 1011 | 111000 | 100111100 | 11010 | 100011 |
Color Harmonies of #6F4163
Complementary color
Monochromatic Colors of #6F4163
Black with #6F4163
Text Example
Text Example
White with #6F4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4163; }
p { color: rgb(111,65,99); }
H1.HeaderClassName
{
color: #6F4163;
}
.AnyTagClassName
{
color: #6F4163;
}
</style>
background-color css
<style>
a { background-color: #6F4163; }
a { background-color: rgb(111,65,99); }
div.DivClassName
{
background-color: #6F4163;
}
.BgClassName
{
background-color: #6F4163;
}
</style>
border-color css
<style>
span { border-color: #6F4163; }
span { border-color: rgb(111,65,99); }
td.TdClassName
{
border-color: #6F4163;
}
.TagClassName
{
border-color: #6F4163;
}
</style>