Shades of Palatinate Purple #694060
Tints of Palatinate Purple #694060
RGB
CMYK
RGB Variations
Color information
#694060 (or 0x694060) is known color: Palatinate Purple. HEX triplet: 69, 40 and 60. RGB value is (105,64,96). Sum of RGB (Red+Green+Blue) = 105+64+96=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #694060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694060 is #96BF9F. Grayscale: #4F4F4F. Windows color (decimal): -9879456 or 6307945. OLE color: 6307945.
HSL color Cylindrical-coordinate representation of color #694060: hue angle of 313.17º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #694060 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 96 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.59 |
| HSL | 313.17º | 0.24% | 0.33% | - |
| HSV(B) | 313.17º | 0.39% | 0.41% | - |
| XYZ | 9.77 | 7.51 | 12 | - |
| YUV | 79.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 96 | 0 | 0.39 | 0.09 | 0.59 | 313.17 | 0.24 | 0.33 |
| Hex | 69 | 40 | 60 | 0 | 27 | 9 | 3B | 139 | 18 | 21 |
| Octal | 151 | 100 | 140 | 0 | 47 | 11 | 73 | 471 | 30 | 41 |
| Binary | 1101001 | 1000000 | 1100000 | 0 | 100111 | 1001 | 111011 | 100111001 | 11000 | 100001 |
Color Harmonies of #694060
Complementary color
Monochromatic Colors of #694060
Black with #694060
Text Example
Text Example
White with #694060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694060; }
p { color: rgb(105,64,96); }
H1.HeaderClassName
{
color: #694060;
}
.AnyTagClassName
{
color: #694060;
}
</style>
background-color css
<style>
a { background-color: #694060; }
a { background-color: rgb(105,64,96); }
div.DivClassName
{
background-color: #694060;
}
.BgClassName
{
background-color: #694060;
}
</style>
border-color css
<style>
span { border-color: #694060; }
span { border-color: rgb(105,64,96); }
td.TdClassName
{
border-color: #694060;
}
.TagClassName
{
border-color: #694060;
}
</style>