Shades of Palatinate Purple #6F2B66
Tints of Palatinate Purple #6F2B66
RGB
CMYK
RGB Variations
Color information
#6F2B66 (or 0x6F2B66) is known color: Palatinate Purple. HEX triplet: 6F, 2B and 66. RGB value is (111,43,102). Sum of RGB (Red+Green+Blue) = 111+43+102=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2B66 is #90D499. Grayscale: #454545. Windows color (decimal): -9491610 or 6695791. OLE color: 6695791.
HSL color Cylindrical-coordinate representation of color #6F2B66: hue angle of 307.94º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F2B66 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 43 | 102 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.56 |
| HSL | 307.94º | 0.44% | 0.3% | - |
| HSV(B) | 307.94º | 0.61% | 0.44% | - |
| XYZ | 9.82 | 6.07 | 13.22 | - |
| YUV | 70.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 102 | 0 | 0.61 | 0.08 | 0.56 | 307.94 | 0.44 | 0.3 |
| Hex | 6F | 2B | 66 | 0 | 3D | 8 | 38 | 134 | 2C | 1E |
| Octal | 157 | 53 | 146 | 0 | 75 | 10 | 70 | 464 | 54 | 36 |
| Binary | 1101111 | 101011 | 1100110 | 0 | 111101 | 1000 | 111000 | 100110100 | 101100 | 11110 |
Color Harmonies of #6F2B66
Complementary color
Monochromatic Colors of #6F2B66
Black with #6F2B66
Text Example
Text Example
White with #6F2B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2B66; }
p { color: rgb(111,43,102); }
H1.HeaderClassName
{
color: #6F2B66;
}
.AnyTagClassName
{
color: #6F2B66;
}
</style>
background-color css
<style>
a { background-color: #6F2B66; }
a { background-color: rgb(111,43,102); }
div.DivClassName
{
background-color: #6F2B66;
}
.BgClassName
{
background-color: #6F2B66;
}
</style>
border-color css
<style>
span { border-color: #6F2B66; }
span { border-color: rgb(111,43,102); }
td.TdClassName
{
border-color: #6F2B66;
}
.TagClassName
{
border-color: #6F2B66;
}
</style>