Shades of Palatinate Purple #693963
Tints of Palatinate Purple #693963
RGB
CMYK
RGB Variations
Color information
#693963 (or 0x693963) is known color: Palatinate Purple. HEX triplet: 69, 39 and 63. RGB value is (105,57,99). Sum of RGB (Red+Green+Blue) = 105+57+99=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #693963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693963 is #96C69C. Grayscale: #4C4C4C. Windows color (decimal): -9881245 or 6502761. OLE color: 6502761.
HSL color Cylindrical-coordinate representation of color #693963: hue angle of 307.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #693963 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 99 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.59 |
| HSL | 307.5º | 0.3% | 0.32% | - |
| HSV(B) | 307.5º | 0.46% | 0.41% | - |
| XYZ | 9.54 | 6.83 | 12.62 | - |
| YUV | 76.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 99 | 0 | 0.46 | 0.06 | 0.59 | 307.5 | 0.3 | 0.32 |
| Hex | 69 | 39 | 63 | 0 | 2E | 6 | 3B | 134 | 1E | 20 |
| Octal | 151 | 71 | 143 | 0 | 56 | 6 | 73 | 464 | 36 | 40 |
| Binary | 1101001 | 111001 | 1100011 | 0 | 101110 | 110 | 111011 | 100110100 | 11110 | 100000 |
Color Harmonies of #693963
Complementary color
Monochromatic Colors of #693963
Black with #693963
Text Example
Text Example
White with #693963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693963; }
p { color: rgb(105,57,99); }
H1.HeaderClassName
{
color: #693963;
}
.AnyTagClassName
{
color: #693963;
}
</style>
background-color css
<style>
a { background-color: #693963; }
a { background-color: rgb(105,57,99); }
div.DivClassName
{
background-color: #693963;
}
.BgClassName
{
background-color: #693963;
}
</style>
border-color css
<style>
span { border-color: #693963; }
span { border-color: rgb(105,57,99); }
td.TdClassName
{
border-color: #693963;
}
.TagClassName
{
border-color: #693963;
}
</style>