Shades of Palatinate Purple #6F2B65
Tints of Palatinate Purple #6F2B65
RGB
CMYK
RGB Variations
Color information
#6F2B65 (or 0x6F2B65) is known color: Palatinate Purple. HEX triplet: 6F, 2B and 65. RGB value is (111,43,101). Sum of RGB (Red+Green+Blue) = 111+43+101=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2B65 is #90D49A. Grayscale: #454545. Windows color (decimal): -9491611 or 6630255. OLE color: 6630255.
HSL color Cylindrical-coordinate representation of color #6F2B65: hue angle of 308.82º 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 #6F2B65 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 43 | 101 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.56 |
| HSL | 308.82º | 0.44% | 0.3% | - |
| HSV(B) | 308.82º | 0.61% | 0.44% | - |
| XYZ | 9.77 | 6.05 | 12.96 | - |
| YUV | 69.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 101 | 0 | 0.61 | 0.09 | 0.56 | 308.82 | 0.44 | 0.3 |
| Hex | 6F | 2B | 65 | 0 | 3D | 9 | 38 | 135 | 2C | 1E |
| Octal | 157 | 53 | 145 | 0 | 75 | 11 | 70 | 465 | 54 | 36 |
| Binary | 1101111 | 101011 | 1100101 | 0 | 111101 | 1001 | 111000 | 100110101 | 101100 | 11110 |
Color Harmonies of #6F2B65
Complementary color
Monochromatic Colors of #6F2B65
Black with #6F2B65
Text Example
Text Example
White with #6F2B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2B65; }
p { color: rgb(111,43,101); }
H1.HeaderClassName
{
color: #6F2B65;
}
.AnyTagClassName
{
color: #6F2B65;
}
</style>
background-color css
<style>
a { background-color: #6F2B65; }
a { background-color: rgb(111,43,101); }
div.DivClassName
{
background-color: #6F2B65;
}
.BgClassName
{
background-color: #6F2B65;
}
</style>
border-color css
<style>
span { border-color: #6F2B65; }
span { border-color: rgb(111,43,101); }
td.TdClassName
{
border-color: #6F2B65;
}
.TagClassName
{
border-color: #6F2B65;
}
</style>