Shades of Palatinate Purple #692C67
Tints of Palatinate Purple #692C67
RGB
CMYK
RGB Variations
Color information
#692C67 (or 0x692C67) is known color: Palatinate Purple. HEX triplet: 69, 2C and 67. RGB value is (105,44,103). Sum of RGB (Red+Green+Blue) = 105+44+103=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #692C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692C67 is #96D398. Grayscale: #444444. Windows color (decimal): -9884569 or 6761577. OLE color: 6761577.
HSL color Cylindrical-coordinate representation of color #692C67: hue angle of 301.97º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #692C67 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 103 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.59 |
| HSL | 301.97º | 0.41% | 0.29% | - |
| HSV(B) | 301.97º | 0.58% | 0.41% | - |
| XYZ | 9.17 | 5.78 | 13.46 | - |
| YUV | 68.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 103 | 0 | 0.58 | 0.02 | 0.59 | 301.97 | 0.41 | 0.29 |
| Hex | 69 | 2C | 67 | 0 | 3A | 2 | 3B | 12E | 29 | 1D |
| Octal | 151 | 54 | 147 | 0 | 72 | 2 | 73 | 456 | 51 | 35 |
| Binary | 1101001 | 101100 | 1100111 | 0 | 111010 | 10 | 111011 | 100101110 | 101001 | 11101 |
Color Harmonies of #692C67
Complementary color
Monochromatic Colors of #692C67
Black with #692C67
Text Example
Text Example
White with #692C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C67; }
p { color: rgb(105,44,103); }
H1.HeaderClassName
{
color: #692C67;
}
.AnyTagClassName
{
color: #692C67;
}
</style>
background-color css
<style>
a { background-color: #692C67; }
a { background-color: rgb(105,44,103); }
div.DivClassName
{
background-color: #692C67;
}
.BgClassName
{
background-color: #692C67;
}
</style>
border-color css
<style>
span { border-color: #692C67; }
span { border-color: rgb(105,44,103); }
td.TdClassName
{
border-color: #692C67;
}
.TagClassName
{
border-color: #692C67;
}
</style>