Shades of Palatinate Purple #692962
Tints of Palatinate Purple #692962
RGB
CMYK
RGB Variations
Color information
#692962 (or 0x692962) is known color: Palatinate Purple. HEX triplet: 69, 29 and 62. RGB value is (105,41,98). Sum of RGB (Red+Green+Blue) = 105+41+98=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #692962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692962 is #96D69D. Grayscale: #424242. Windows color (decimal): -9885342 or 6433129. OLE color: 6433129.
HSL color Cylindrical-coordinate representation of color #692962: hue angle of 306.56º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #692962 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 41 | 98 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.59 |
| HSL | 306.56º | 0.44% | 0.29% | - |
| HSV(B) | 306.56º | 0.61% | 0.41% | - |
| XYZ | 8.82 | 5.47 | 12.15 | - |
| YUV | 66.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 41 | 98 | 0 | 0.61 | 0.07 | 0.59 | 306.56 | 0.44 | 0.29 |
| Hex | 69 | 29 | 62 | 0 | 3D | 7 | 3B | 133 | 2C | 1D |
| Octal | 151 | 51 | 142 | 0 | 75 | 7 | 73 | 463 | 54 | 35 |
| Binary | 1101001 | 101001 | 1100010 | 0 | 111101 | 111 | 111011 | 100110011 | 101100 | 11101 |
Color Harmonies of #692962
Complementary color
Monochromatic Colors of #692962
Black with #692962
Text Example
Text Example
White with #692962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692962; }
p { color: rgb(105,41,98); }
H1.HeaderClassName
{
color: #692962;
}
.AnyTagClassName
{
color: #692962;
}
</style>
background-color css
<style>
a { background-color: #692962; }
a { background-color: rgb(105,41,98); }
div.DivClassName
{
background-color: #692962;
}
.BgClassName
{
background-color: #692962;
}
</style>
border-color css
<style>
span { border-color: #692962; }
span { border-color: rgb(105,41,98); }
td.TdClassName
{
border-color: #692962;
}
.TagClassName
{
border-color: #692962;
}
</style>