Shades of Palatinate Purple #694461
Tints of Palatinate Purple #694461
RGB
CMYK
RGB Variations
Color information
#694461 (or 0x694461) is known color: Palatinate Purple. HEX triplet: 69, 44 and 61. RGB value is (105,68,97). Sum of RGB (Red+Green+Blue) = 105+68+97=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #694461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694461 is #96BB9E. Grayscale: #525252. Windows color (decimal): -9878431 or 6374505. OLE color: 6374505.
HSL color Cylindrical-coordinate representation of color #694461: hue angle of 312.97º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #694461 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 68 | 97 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.59 |
| HSL | 312.97º | 0.21% | 0.34% | - |
| HSV(B) | 312.97º | 0.35% | 0.41% | - |
| XYZ | 10.05 | 8 | 12.32 | - |
| YUV | 82.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 97 | 0 | 0.35 | 0.08 | 0.59 | 312.97 | 0.21 | 0.34 |
| Hex | 69 | 44 | 61 | 0 | 23 | 8 | 3B | 139 | 15 | 22 |
| Octal | 151 | 104 | 141 | 0 | 43 | 10 | 73 | 471 | 25 | 42 |
| Binary | 1101001 | 1000100 | 1100001 | 0 | 100011 | 1000 | 111011 | 100111001 | 10101 | 100010 |
Color Harmonies of #694461
Complementary color
Monochromatic Colors of #694461
Black with #694461
Text Example
Text Example
White with #694461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694461; }
p { color: rgb(105,68,97); }
H1.HeaderClassName
{
color: #694461;
}
.AnyTagClassName
{
color: #694461;
}
</style>
background-color css
<style>
a { background-color: #694461; }
a { background-color: rgb(105,68,97); }
div.DivClassName
{
background-color: #694461;
}
.BgClassName
{
background-color: #694461;
}
</style>
border-color css
<style>
span { border-color: #694461; }
span { border-color: rgb(105,68,97); }
td.TdClassName
{
border-color: #694461;
}
.TagClassName
{
border-color: #694461;
}
</style>