Shades of Palatinate Purple #694360
Tints of Palatinate Purple #694360
RGB
CMYK
RGB Variations
Color information
#694360 (or 0x694360) is known color: Palatinate Purple. HEX triplet: 69, 43 and 60. RGB value is (105,67,96). Sum of RGB (Red+Green+Blue) = 105+67+96=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #694360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694360 is #96BC9F. Grayscale: #515151. Windows color (decimal): -9878688 or 6308713. OLE color: 6308713.
HSL color Cylindrical-coordinate representation of color #694360: hue angle of 314.21º 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 #694360 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 67 | 96 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.59 |
| HSL | 314.21º | 0.22% | 0.34% | - |
| HSV(B) | 314.21º | 0.36% | 0.41% | - |
| XYZ | 9.94 | 7.86 | 12.06 | - |
| YUV | 81.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 96 | 0 | 0.36 | 0.09 | 0.59 | 314.21 | 0.22 | 0.34 |
| Hex | 69 | 43 | 60 | 0 | 24 | 9 | 3B | 13A | 16 | 22 |
| Octal | 151 | 103 | 140 | 0 | 44 | 11 | 73 | 472 | 26 | 42 |
| Binary | 1101001 | 1000011 | 1100000 | 0 | 100100 | 1001 | 111011 | 100111010 | 10110 | 100010 |
Color Harmonies of #694360
Complementary color
Monochromatic Colors of #694360
Black with #694360
Text Example
Text Example
White with #694360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694360; }
p { color: rgb(105,67,96); }
H1.HeaderClassName
{
color: #694360;
}
.AnyTagClassName
{
color: #694360;
}
</style>
background-color css
<style>
a { background-color: #694360; }
a { background-color: rgb(105,67,96); }
div.DivClassName
{
background-color: #694360;
}
.BgClassName
{
background-color: #694360;
}
</style>
border-color css
<style>
span { border-color: #694360; }
span { border-color: rgb(105,67,96); }
td.TdClassName
{
border-color: #694360;
}
.TagClassName
{
border-color: #694360;
}
</style>