Shades of Palatinate Purple #694362
Tints of Palatinate Purple #694362
RGB
CMYK
RGB Variations
Color information
#694362 (or 0x694362) is known color: Palatinate Purple. HEX triplet: 69, 43 and 62. RGB value is (105,67,98). Sum of RGB (Red+Green+Blue) = 105+67+98=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #694362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694362 is #96BC9D. Grayscale: #515151. Windows color (decimal): -9878686 or 6439785. OLE color: 6439785.
HSL color Cylindrical-coordinate representation of color #694362: hue angle of 311.05º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694362 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 67 | 98 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.59 |
| HSL | 311.05º | 0.22% | 0.34% | - |
| HSV(B) | 311.05º | 0.36% | 0.41% | - |
| XYZ | 10.04 | 7.9 | 12.55 | - |
| YUV | 81.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 98 | 0 | 0.36 | 0.07 | 0.59 | 311.05 | 0.22 | 0.34 |
| Hex | 69 | 43 | 62 | 0 | 24 | 7 | 3B | 137 | 16 | 22 |
| Octal | 151 | 103 | 142 | 0 | 44 | 7 | 73 | 467 | 26 | 42 |
| Binary | 1101001 | 1000011 | 1100010 | 0 | 100100 | 111 | 111011 | 100110111 | 10110 | 100010 |
Color Harmonies of #694362
Complementary color
Monochromatic Colors of #694362
Black with #694362
Text Example
Text Example
White with #694362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694362; }
p { color: rgb(105,67,98); }
H1.HeaderClassName
{
color: #694362;
}
.AnyTagClassName
{
color: #694362;
}
</style>
background-color css
<style>
a { background-color: #694362; }
a { background-color: rgb(105,67,98); }
div.DivClassName
{
background-color: #694362;
}
.BgClassName
{
background-color: #694362;
}
</style>
border-color css
<style>
span { border-color: #694362; }
span { border-color: rgb(105,67,98); }
td.TdClassName
{
border-color: #694362;
}
.TagClassName
{
border-color: #694362;
}
</style>