Shades of Palatinate Purple #693163
Tints of Palatinate Purple #693163
RGB
CMYK
RGB Variations
Color information
#693163 (or 0x693163) is known color: Palatinate Purple. HEX triplet: 69, 31 and 63. RGB value is (105,49,99). Sum of RGB (Red+Green+Blue) = 105+49+99=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #693163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693163 is #96CE9C. Grayscale: #474747. Windows color (decimal): -9883293 or 6500713. OLE color: 6500713.
HSL color Cylindrical-coordinate representation of color #693163: hue angle of 306.43º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693163 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 49 | 99 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.59 |
| HSL | 306.43º | 0.36% | 0.3% | - |
| HSV(B) | 306.43º | 0.53% | 0.41% | - |
| XYZ | 9.18 | 6.1 | 12.5 | - |
| YUV | 71.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 99 | 0 | 0.53 | 0.06 | 0.59 | 306.43 | 0.36 | 0.3 |
| Hex | 69 | 31 | 63 | 0 | 35 | 6 | 3B | 132 | 24 | 1E |
| Octal | 151 | 61 | 143 | 0 | 65 | 6 | 73 | 462 | 44 | 36 |
| Binary | 1101001 | 110001 | 1100011 | 0 | 110101 | 110 | 111011 | 100110010 | 100100 | 11110 |
Color Harmonies of #693163
Complementary color
Monochromatic Colors of #693163
Black with #693163
Text Example
Text Example
White with #693163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693163; }
p { color: rgb(105,49,99); }
H1.HeaderClassName
{
color: #693163;
}
.AnyTagClassName
{
color: #693163;
}
</style>
background-color css
<style>
a { background-color: #693163; }
a { background-color: rgb(105,49,99); }
div.DivClassName
{
background-color: #693163;
}
.BgClassName
{
background-color: #693163;
}
</style>
border-color css
<style>
span { border-color: #693163; }
span { border-color: rgb(105,49,99); }
td.TdClassName
{
border-color: #693163;
}
.TagClassName
{
border-color: #693163;
}
</style>