Shades of Palatinate Purple #694563
Tints of Palatinate Purple #694563
RGB
CMYK
RGB Variations
Color information
#694563 (or 0x694563) is known color: Palatinate Purple. HEX triplet: 69, 45 and 63. RGB value is (105,69,99). Sum of RGB (Red+Green+Blue) = 105+69+99=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #694563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694563 is #96BA9C. Grayscale: #535353. Windows color (decimal): -9878173 or 6505833. OLE color: 6505833.
HSL color Cylindrical-coordinate representation of color #694563: hue angle of 310º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #694563 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 69 | 99 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.59 |
| HSL | 310º | 0.21% | 0.34% | - |
| HSV(B) | 310º | 0.34% | 0.41% | - |
| XYZ | 10.21 | 8.16 | 12.84 | - |
| YUV | 83.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 99 | 0 | 0.34 | 0.06 | 0.59 | 310 | 0.21 | 0.34 |
| Hex | 69 | 45 | 63 | 0 | 22 | 6 | 3B | 136 | 15 | 22 |
| Octal | 151 | 105 | 143 | 0 | 42 | 6 | 73 | 466 | 25 | 42 |
| Binary | 1101001 | 1000101 | 1100011 | 0 | 100010 | 110 | 111011 | 100110110 | 10101 | 100010 |
Color Harmonies of #694563
Complementary color
Monochromatic Colors of #694563
Black with #694563
Text Example
Text Example
White with #694563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694563; }
p { color: rgb(105,69,99); }
H1.HeaderClassName
{
color: #694563;
}
.AnyTagClassName
{
color: #694563;
}
</style>
background-color css
<style>
a { background-color: #694563; }
a { background-color: rgb(105,69,99); }
div.DivClassName
{
background-color: #694563;
}
.BgClassName
{
background-color: #694563;
}
</style>
border-color css
<style>
span { border-color: #694563; }
span { border-color: rgb(105,69,99); }
td.TdClassName
{
border-color: #694563;
}
.TagClassName
{
border-color: #694563;
}
</style>