Shades of Palatinate Purple #692D63
Tints of Palatinate Purple #692D63
RGB
CMYK
RGB Variations
Color information
#692D63 (or 0x692D63) is known color: Palatinate Purple. HEX triplet: 69, 2D and 63. RGB value is (105,45,99). Sum of RGB (Red+Green+Blue) = 105+45+99=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #692D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692D63 is #96D29C. Grayscale: #444444. Windows color (decimal): -9884317 or 6499689. OLE color: 6499689.
HSL color Cylindrical-coordinate representation of color #692D63: hue angle of 306º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #692D63 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 99 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.59 |
| HSL | 306º | 0.4% | 0.29% | - |
| HSV(B) | 306º | 0.57% | 0.41% | - |
| XYZ | 9.02 | 5.78 | 12.44 | - |
| YUV | 69.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 99 | 0 | 0.57 | 0.06 | 0.59 | 306 | 0.4 | 0.29 |
| Hex | 69 | 2D | 63 | 0 | 39 | 6 | 3B | 132 | 28 | 1D |
| Octal | 151 | 55 | 143 | 0 | 71 | 6 | 73 | 462 | 50 | 35 |
| Binary | 1101001 | 101101 | 1100011 | 0 | 111001 | 110 | 111011 | 100110010 | 101000 | 11101 |
Color Harmonies of #692D63
Complementary color
Monochromatic Colors of #692D63
Black with #692D63
Text Example
Text Example
White with #692D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D63; }
p { color: rgb(105,45,99); }
H1.HeaderClassName
{
color: #692D63;
}
.AnyTagClassName
{
color: #692D63;
}
</style>
background-color css
<style>
a { background-color: #692D63; }
a { background-color: rgb(105,45,99); }
div.DivClassName
{
background-color: #692D63;
}
.BgClassName
{
background-color: #692D63;
}
</style>
border-color css
<style>
span { border-color: #692D63; }
span { border-color: rgb(105,45,99); }
td.TdClassName
{
border-color: #692D63;
}
.TagClassName
{
border-color: #692D63;
}
</style>