Shades of Palatinate Purple #692C66
Tints of Palatinate Purple #692C66
RGB
CMYK
RGB Variations
Color information
#692C66 (or 0x692C66) is known color: Palatinate Purple. HEX triplet: 69, 2C and 66. RGB value is (105,44,102). Sum of RGB (Red+Green+Blue) = 105+44+102=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #692C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692C66 is #96D399. Grayscale: #444444. Windows color (decimal): -9884570 or 6696041. OLE color: 6696041.
HSL color Cylindrical-coordinate representation of color #692C66: hue angle of 302.95º 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 #692C66 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 102 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.59 |
| HSL | 302.95º | 0.41% | 0.29% | - |
| HSV(B) | 302.95º | 0.58% | 0.41% | - |
| XYZ | 9.12 | 5.76 | 13.2 | - |
| YUV | 68.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 102 | 0 | 0.58 | 0.03 | 0.59 | 302.95 | 0.41 | 0.29 |
| Hex | 69 | 2C | 66 | 0 | 3A | 3 | 3B | 12F | 29 | 1D |
| Octal | 151 | 54 | 146 | 0 | 72 | 3 | 73 | 457 | 51 | 35 |
| Binary | 1101001 | 101100 | 1100110 | 0 | 111010 | 11 | 111011 | 100101111 | 101001 | 11101 |
Color Harmonies of #692C66
Complementary color
Monochromatic Colors of #692C66
Black with #692C66
Text Example
Text Example
White with #692C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C66; }
p { color: rgb(105,44,102); }
H1.HeaderClassName
{
color: #692C66;
}
.AnyTagClassName
{
color: #692C66;
}
</style>
background-color css
<style>
a { background-color: #692C66; }
a { background-color: rgb(105,44,102); }
div.DivClassName
{
background-color: #692C66;
}
.BgClassName
{
background-color: #692C66;
}
</style>
border-color css
<style>
span { border-color: #692C66; }
span { border-color: rgb(105,44,102); }
td.TdClassName
{
border-color: #692C66;
}
.TagClassName
{
border-color: #692C66;
}
</style>